HomeSort by relevance Sort by last modified time
    Searched refs:list_entry (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/f2fs-tools/include/
list.h 71 #define list_entry(ptr, type, member) \ macro
81 for (pos = list_entry((head)->next, typeof(*pos), member); \
83 pos = list_entry(pos->member.next, typeof(*pos), member))
85 for (pos = list_entry((head)->next, typeof(*pos), member), \
86 n = list_entry(pos->member.next, typeof(*pos), member); \
88 pos = n, n = list_entry(n->member.next, typeof(*n), member))
  /external/blktrace/btt/
devmap.c 55 struct devmap *dmp = list_entry(p, struct devmap, head);
87 struct devmap *dmp = list_entry(p, struct devmap, head);
misc.c 54 struct file_info *fip = list_entry(p, struct file_info, head);
71 struct buf_info *bip = list_entry(p, struct buf_info, head);
devs.c 68 dip = list_entry(p, struct d_info, hash_head);
101 struct d_info *dip = list_entry(p, struct d_info, all_head);
194 this = list_entry(p, struct io, f_head);
217 func(list_entry(p, struct d_info, all_head), arg);
276 struct d_info *dip = list_entry(p, struct d_info, all_head);
trace_issue.c 41 struct io *q_iop = list_entry(p, struct io, f_head);
  /external/e2fsprogs/lib/blkid/
cache.c 77 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);
132 blkid_dev dev = list_entry(cache->bic_devs.next,
139 blkid_tag tag = list_entry(cache->bic_tags.next,
144 blkid_tag bad = list_entry(tag->bit_names.next,
168 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);
dev.c 43 blkid_tag tag = list_entry(dev->bid_tags.next,
77 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags);
164 dev = list_entry(iter->p, struct blkid_struct_dev, bid_devs);
save.c 46 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags);
121 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);
tag.c 75 blkid_tag tmp = list_entry(p, struct blkid_struct_tag,
113 tmp = list_entry(p, struct blkid_struct_tag, bit_tags);
307 tag = list_entry(iter->p, struct blkid_struct_tag, bit_tags);
352 blkid_tag tmp = list_entry(p, struct blkid_struct_tag,
  /external/iptables/libiptc/
linux_list.h 325 * list_entry - get the struct for this entry
330 #define list_entry(ptr, type, member) \ macro
381 for (pos = list_entry((head)->next, typeof(*pos), member), \
384 pos = list_entry(pos->member.next, typeof(*pos), member), \
394 for (pos = list_entry((head)->prev, typeof(*pos), member), \
397 pos = list_entry(pos->member.prev, typeof(*pos), member), \
408 ((pos) ? : list_entry(head, typeof(*pos), member))
418 for (pos = list_entry(pos->member.next, typeof(*pos), member), \
421 pos = list_entry(pos->member.next, typeof(*pos), member), \
432 for (pos = list_entry((head)->next, typeof(*pos), member),
    [all...]
  /external/libusb/libusb/
libusbi.h 48 #define list_entry(ptr, type, member) \ macro
57 for (pos = list_entry((head)->next, typeof(*pos), member); \
59 pos = list_entry(pos->member.next, typeof(*pos), member))
62 for (pos = list_entry((head)->next, typeof(*pos), member), \
63 n = list_entry(pos->member.next, typeof(*pos), member); \
65 pos = n, n = list_entry(n->member.next, typeof(*n), member))
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs.h 32 return list_entry(inode, struct squashfs_inode_info, vfs_inode);
  /external/chromium-trace/catapult/tracing/tracing_build/
update_gypi.py 91 list_entry = existing_list_as_string.splitlines()[0]
92 prefix, _, suffix = list_entry.split("'")
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 103 #define list_entry(ptr, type, member) \ macro
  /development/ndk/platforms/android-3/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)

Completed in 4887 milliseconds

1 2 3 4 5