Home
last modified time | relevance | path

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

12

/include/linux/
Dlist.h395 #define list_next_entry(pos, member) \ argument
403 #define list_prev_entry(pos, member) \ argument
411 #define list_for_each(pos, head) \ argument
419 #define list_for_each_prev(pos, head) \ argument
428 #define list_for_each_safe(pos, n, head) \ argument
438 #define list_for_each_prev_safe(pos, n, head) \ argument
449 #define list_for_each_entry(pos, head, member) \ argument
460 #define list_for_each_entry_reverse(pos, head, member) \ argument
473 #define list_prepare_entry(pos, head, member) \ argument
485 #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.h352 #define list_for_each_entry_rcu(pos, head, member) \ argument
388 #define list_for_each_entry_lockless(pos, head, member) \ argument
402 #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.h121 #define llist_for_each(pos, node) \ argument
139 #define llist_for_each_entry(pos, node, member) \ argument
161 #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()
Drhashtable.h389 #define rht_entry(tpos, pos, member) \ argument
399 #define rht_for_each_continue(pos, head, tbl, hash) \ argument
410 #define rht_for_each(pos, tbl, hash) \ argument
422 #define rht_for_each_entry_continue(tpos, pos, head, tbl, hash, member) \ argument
435 #define rht_for_each_entry(tpos, pos, tbl, hash, member) \ argument
451 #define rht_for_each_entry_safe(tpos, pos, next, tbl, hash, member) \ argument
471 #define rht_for_each_rcu_continue(pos, head, tbl, hash) \ argument
487 #define rht_for_each_rcu(pos, tbl, hash) \ argument
503 #define rht_for_each_entry_rcu_continue(tpos, pos, head, tbl, hash, member) \ argument
521 #define rht_for_each_entry_rcu(tpos, pos, tbl, hash, member) \ argument
[all …]
Dif_tunnel.h13 #define for_each_ip_tunnel_rcu(pos, start) \ argument
Dlist_nulls.h99 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ argument
112 #define hlist_nulls_for_each_entry_from(tpos, pos, member) \ argument
Dlist_bl.h142 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ argument
156 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ argument
Dcpufreq.h643 #define cpufreq_for_each_entry(pos, table) \ argument
653 #define cpufreq_for_each_valid_entry(pos, table) \ argument
685 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_al() local
705 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_dl() local
746 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_ah() local
775 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_dh() local
807 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_ac() local
840 struct cpufreq_frequency_table *pos, *best = table - 1; in cpufreq_table_find_index_dc() local
Drculist_nulls.h114 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ argument
Dhtirq.h19 unsigned pos; member
Drculist_bl.h122 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ argument
Dcgroup.h155 #define css_for_each_child(pos, parent) \ argument
215 #define css_for_each_descendant_pre(pos, css) \ argument
238 #define css_for_each_descendant_post(pos, css) \ argument
Drbtree.h122 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument
Dsplice.h38 loff_t pos; /* file position */ member
Dbinfmts.h68 loff_t pos; member
Dkdb.h191 static inline const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms()
/include/net/sctp/
Dsctp.h378 #define sctp_skb_for_each(pos, head, tmp) \ argument
459 #define sctp_walk_params(pos, chunk, member)\ argument
462 #define _sctp_walk_params(pos, chunk, end, member)\ argument
482 #define sctp_walk_fwdtsn(pos, chunk)\ argument
485 #define _sctp_walk_fwdtsn(pos, chunk, end)\ argument
/include/linux/platform_data/media/
Domap4iss.h19 u8 pos; member
/include/uapi/linux/netfilter/
Dx_tables.h173 #define xt_entry_foreach(pos, ehead, esize) \ argument
179 #define xt_ematch_foreach(pos, entry) \ argument
/include/net/
Dnetlink.h441 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \ argument
607 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
1356 #define nla_for_each_attr(pos, head, len, rem) \ argument
1367 #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
/include/linux/iio/
Dbuffer-dma.h86 size_t pos; member
/include/xen/interface/io/
Dkbdif.h74 struct xenkbd_position pos; member

12