Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 37) sorted by relevance

12

/include/linux/
Dlist.h439 #define list_next_entry(pos, member) \ argument
447 #define list_prev_entry(pos, member) \ argument
455 #define list_for_each(pos, head) \ argument
463 #define list_for_each_prev(pos, head) \ argument
472 #define list_for_each_safe(pos, n, head) \ argument
482 #define list_for_each_prev_safe(pos, n, head) \ argument
493 #define list_for_each_entry(pos, head, member) \ argument
504 #define list_for_each_entry_reverse(pos, head, member) \ argument
517 #define list_prepare_entry(pos, head, member) \ argument
529 #define list_for_each_entry_continue(pos, head, member) \ argument
[all …]
Dplist.h151 #define plist_for_each(pos, head) \ argument
161 #define plist_for_each_continue(pos, head) \ argument
172 #define plist_for_each_safe(pos, n, head) \ argument
181 #define plist_for_each_entry(pos, head, mem) \ argument
193 #define plist_for_each_entry_continue(pos, head, m) \ argument
205 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
266 #define plist_next(pos) \ argument
273 #define plist_prev(pos) \ argument
Drculist.h351 #define list_for_each_entry_rcu(pos, head, member) \ argument
387 #define list_for_each_entry_lockless(pos, head, member) \ argument
401 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
581 #define __hlist_for_each_rcu(pos, head) \ argument
596 #define hlist_for_each_entry_rcu(pos, head, member) \ argument
616 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument
633 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument
645 #define hlist_for_each_entry_continue_rcu(pos, member) \ argument
657 #define hlist_for_each_entry_continue_rcu_bh(pos, member) \ argument
669 #define hlist_for_each_entry_from_rcu(pos, member) \ argument
Dllist.h126 #define llist_for_each(pos, node) \ argument
145 #define llist_for_each_safe(pos, n, node) \ argument
163 #define llist_for_each_entry(pos, node, member) \ argument
185 #define llist_for_each_entry_safe(pos, n, node, member) \ argument
Dregset.h220 static inline int user_regset_copyout(unsigned int *pos, unsigned int *count, in user_regset_copyout()
245 static inline int user_regset_copyin(unsigned int *pos, unsigned int *count, in user_regset_copyin()
274 static inline int user_regset_copyout_zero(unsigned int *pos, in user_regset_copyout_zero()
299 static inline int user_regset_copyin_ignore(unsigned int *pos, in user_regset_copyin_ignore()
Drculist_nulls.h152 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ argument
167 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ argument
Drhashtable.h408 #define rht_entry(tpos, pos, member) \ argument
439 #define rht_for_each_continue(pos, head, tbl, hash) \ argument
450 #define rht_for_each(pos, tbl, hash) \ argument
462 #define rht_for_each_entry_continue(tpos, pos, head, tbl, hash, member) \ argument
475 #define rht_for_each_entry(tpos, pos, tbl, hash, member) \ argument
491 #define rht_for_each_entry_safe(tpos, pos, next, tbl, hash, member) \ argument
511 #define rht_for_each_rcu_continue(pos, head, tbl, hash) \ argument
527 #define rht_for_each_rcu(pos, tbl, hash) \ argument
543 #define rht_for_each_entry_rcu_continue(tpos, pos, head, tbl, hash, member) \ argument
561 #define rht_for_each_entry_rcu(tpos, pos, tbl, hash, member) \ argument
[all …]
Dif_tunnel.h14 #define for_each_ip_tunnel_rcu(pos, start) \ argument
Dlist_nulls.h105 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ argument
118 #define hlist_nulls_for_each_entry_from(tpos, pos, member) \ argument
Dcpufreq.h620 #define cpufreq_for_each_entry(pos, table) \ argument
630 #define cpufreq_for_each_valid_entry(pos, table) \ argument
662 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_al() local
682 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_dl() local
723 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_ah() local
752 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_dh() local
784 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_ac() local
817 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_dc() local
880 struct cpufreq_frequency_table *pos; in cpufreq_table_count_valid_entries() local
Dlist_bl.h143 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ argument
157 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ argument
Dhtirq.h20 unsigned pos; member
Drculist_bl.h123 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ argument
Drbtree.h143 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument
Dcgroup.h172 #define css_for_each_child(pos, parent) \ argument
232 #define css_for_each_descendant_pre(pos, css) \ argument
255 #define css_for_each_descendant_post(pos, css) \ argument
Dsplice.h41 loff_t pos; /* file position */ member
Dzstd.h476 size_t pos; member
489 size_t pos; member
Dbinfmts.h85 loff_t pos; member
/include/net/sctp/
Dsctp.h391 #define sctp_skb_for_each(pos, head, tmp) \ argument
471 #define sctp_walk_params(pos, chunk, member)\ argument
474 #define _sctp_walk_params(pos, chunk, end, member)\ argument
494 #define sctp_walk_fwdtsn(pos, chunk)\ argument
497 #define _sctp_walk_fwdtsn(pos, chunk, end)\ argument
/include/xen/interface/io/
Dkbdif.h448 } pos; member
463 struct xenkbd_position pos; member
/include/linux/platform_data/media/
Domap4iss.h20 u8 pos; member
/include/uapi/linux/netfilter/
Dx_tables.h174 #define xt_entry_foreach(pos, ehead, esize) \ argument
180 #define xt_ematch_foreach(pos, entry) \ argument
/include/linux/iio/
Dbuffer-dma.h86 size_t pos; member
/include/net/
Dnetlink.h456 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \ argument
622 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
1399 #define nla_for_each_attr(pos, head, len, rem) \ argument
1410 #define nla_for_each_nested(pos, nla, rem) \ argument
Dbonding.h62 #define bond_is_first_slave(bond, pos) (pos == bond_first_slave(bond)) argument
63 #define bond_is_last_slave(bond, pos) (pos == bond_last_slave(bond)) argument
73 #define bond_for_each_slave(bond, pos, iter) \ argument
77 #define bond_for_each_slave_rcu(bond, pos, iter) \ argument

12