/external/e2fsprogs/lib/blkid/ |
cache.c | 72 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs); 127 blkid_dev dev = list_entry(cache->bic_devs.next, 134 blkid_tag tag = list_entry(cache->bic_tags.next, 139 blkid_tag bad = list_entry(tag->bit_names.next, 164 blkid_dev dev = list_entry(p, struct blkid_struct_dev, bid_devs);
|
dev.c | 42 blkid_tag tag = list_entry(dev->bid_tags.next, 77 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags); 168 dev = list_entry(iter->p, struct blkid_struct_dev, bid_devs);
|
/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);
|
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);
|
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);
|
/external/oprofile/daemon/ |
opd_cookie.c | 143 entry = list_entry(pos, struct cookie_entry, list); 166 entry = list_entry(pos, struct cookie_entry, list); 191 entry = list_entry(pos, struct cookie_entry, list);
|
opd_anon.c | 55 entry = list_entry(pos, struct anon_mapping, lru_list); 89 entry = list_entry(pos, struct anon_mapping, list); 191 entry = list_entry(pos, struct anon_mapping, list);
|
/external/kernel-headers/original/linux/ |
list.h | 348 * list_entry - get the struct for this entry 353 #define list_entry(ptr, type, member) \ macro 404 for (pos = list_entry((head)->next, typeof(*pos), member); \ 406 pos = list_entry(pos->member.next, typeof(*pos), member)) 415 for (pos = list_entry((head)->prev, typeof(*pos), member); \ 417 pos = list_entry(pos->member.prev, typeof(*pos), member)) 428 ((pos) ? : list_entry(head, typeof(*pos), member)) 440 for (pos = list_entry(pos->member.next, typeof(*pos), member); \ 442 pos = list_entry(pos->member.next, typeof(*pos), member)) 454 pos = list_entry(pos->member.next, typeof(*pos), member) [all...] |
/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...] |
/bionic/libc/include/net/ |
if_ieee1394.h | 94 LIST_ENTRY(ieee1394_reass_pkt) rp_next; 105 LIST_ENTRY(ieee1394_reassq) rq_node;
|
/development/ndk/platforms/android-3/include/net/ |
if_ieee1394.h | 94 LIST_ENTRY(ieee1394_reass_pkt) rp_next; 105 LIST_ENTRY(ieee1394_reassq) rq_node;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/net/ |
if_ieee1394.h | 94 LIST_ENTRY(ieee1394_reass_pkt) rp_next; 105 LIST_ENTRY(ieee1394_reassq) rq_node;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/net/ |
if_ieee1394.h | 94 LIST_ENTRY(ieee1394_reass_pkt) rp_next; 105 LIST_ENTRY(ieee1394_reassq) rq_node;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/net/ |
if_ieee1394.h | 94 LIST_ENTRY(ieee1394_reass_pkt) rp_next; 105 LIST_ENTRY(ieee1394_reassq) rq_node;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/net/ |
if_ieee1394.h | 94 LIST_ENTRY(ieee1394_reass_pkt) rp_next; 105 LIST_ENTRY(ieee1394_reassq) rq_node;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/net/ |
if_ieee1394.h | 94 LIST_ENTRY(ieee1394_reass_pkt) rp_next; 105 LIST_ENTRY(ieee1394_reassq) rq_node;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/net/ |
if_ieee1394.h | 94 LIST_ENTRY(ieee1394_reass_pkt) rp_next; 105 LIST_ENTRY(ieee1394_reassq) rq_node;
|
/bionic/libc/kernel/common/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)
|
/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)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/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)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/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)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/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)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/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)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/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)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/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)
|