Searched defs:last_index (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/netfilter/
H A Dnf_conntrack_tcp.h48 u_int8_t last_index; /* Index of the last packet */ member in struct:ip_ct_tcp
/external/qemu/block/
H A Dqcow2-refcount.c214 int64_t refcount_block_offset, int first_index, int last_index)
219 last_index = (last_index + REFCOUNTS_PER_SECTOR)
222 size = (last_index - first_index) << REFCOUNT_SHIFT;
242 int first_index = -1, last_index = -1; local
264 first_index, last_index) < 0)
270 last_index = -1;
285 if (block_index > last_index) {
286 last_index = block_index;
302 first_index, last_index) <
213 write_refcount_block_entries(BDRVQcowState *s, int64_t refcount_block_offset, int first_index, int last_index) argument
[all...]
/external/kernel-headers/original/linux/
H A Dmm.h706 pgoff_t last_index; /* Highest page->index to unmap */ member in struct:zap_details

Completed in 63 milliseconds