Searched refs:next_index (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Devent.c65 event = &buffer->events[buffer->next_index];
71 buffer->next_index = (buffer->next_index + 1) % IBMASM_NUM_EVENTS;
107 index = buffer->next_index;
158 buffer->next_index = 0;
H A Dibmasm.h125 unsigned int next_index; member in struct:event_buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dshmem_fs.h16 unsigned long next_index; /* highest alloced index + 1 */ member in struct:shmem_inode_info
H A Dsquashfs_fs_sb.h31 long long next_index; member in struct:squashfs_cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dradix-tree.c603 unsigned int max_items, unsigned long *next_index)
646 *next_index = index;
695 unsigned long next_index; /* Index of next search */ local
700 max_items - ret, &next_index);
702 if (next_index == 0)
704 cur_index = next_index;
713 unsigned int max_items, unsigned long *next_index, unsigned int tag)
771 *next_index = index;
819 unsigned long next_index; /* Index of next search */ local
824 max_items - ret, &next_index, ta
602 __lookup(struct radix_tree_node *slot, void **results, unsigned long index, unsigned int max_items, unsigned long *next_index) argument
712 __lookup_tag(struct radix_tree_node *slot, void **results, unsigned long index, unsigned int max_items, unsigned long *next_index, unsigned int tag) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dsquashfs.h53 long long *next_index, int srclength);
H A Dinode.c186 long long *next_index, int srclength)
310 if (next_index)
311 *next_index = index + c_byte + (length ? 0 :
335 long long next_index; local
385 msblk->block_cache[i].data, block, 0, &next_index, SQUASHFS_METADATA_SIZE);
400 msblk->block_cache[i].next_index = next_index;
419 *next_block = msblk->block_cache[i].next_index;
433 block = msblk->block_cache[i].next_index;
184 squashfs_read_data(struct super_block *s, char *buffer, long long index, unsigned int length, long long *next_index, int srclength) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_incore.h47 uint next_index; /* next available directory entry index */ member in struct:jfs_inode_info
215 return (JFS_IP(inode)->next_index <= (MAX_INLINE_DIRTABLE_ENTRY + 1));
H A Djfs_inode.c147 jfs_inode->next_index = 0;
H A Djfs_dtree.c266 if (index >= jfs_ip->next_index) {
267 jfs_warn("find_entry called with index >= next_index");
351 if (jfs_ip->next_index < 2) {
352 jfs_warn("add_index: next_index = %d. Resetting!",
353 jfs_ip->next_index);
354 jfs_ip->next_index = 2;
357 index = jfs_ip->next_index++;
484 jfs_ip->next_index--;
849 if (JFS_IP(ip)->next_index == DIREND) {
2100 u32 table_index, next_index; local
[all...]
H A Djfs_imap.c3125 jfs_ip->next_index = le32_to_cpu(dip->di_next_index);
3198 dip->di_next_index = cpu_to_le32(jfs_ip->next_index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.c172 u32 next_index = tx_hash_table[index].next; local
174 index = next_index;
280 u32 next_index = slave_info->head; local
283 hash_table[hash_index].next = next_index;
286 if (next_index != TLB_NULL_INDEX) {
287 hash_table[next_index].prev = hash_index;
436 u32 index, next_index; local
443 for (; index != RLB_NULL_INDEX; index = next_index) {
444 next_index = rx_hash_table[index].next;
849 u32 next_index local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dshmem.c389 if (info->next_index <= index)
390 info->next_index = index + 1;
397 if (info->next_index <= index && !IS_ERR(entry))
398 info->next_index = index + 1;
504 if (idx >= info->next_index)
510 limit = info->next_index;
512 info->next_index = idx;
553 * because i_size and next_index have already been lowered, preventing
674 * generic_delete_inode did it, before we lowered next_index.
810 limit = info->next_index;
[all...]
H A Dfilemap.c869 unsigned long next_index; local
879 next_index = index;
907 if (index == next_index)
908 next_index = page_cache_readahead(mapping, &ra, filp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqdm2.c1209 unsigned int next_index = 0; local
1263 skip_bits(&gb, next_index*8);
1265 if (next_index >= header.size)
1272 next_index = packet->size + get_bits_count(&gb) / 8;

Completed in 138 milliseconds