/include/linux/ |
D | list.h | 189 struct list_head *pos = entry2->prev; in list_swap() local 561 #define list_next_entry(pos, member) \ argument 569 #define list_prev_entry(pos, member) \ argument 577 #define list_for_each(pos, head) \ argument 585 #define list_for_each_rcu(pos, head) \ argument 597 #define list_for_each_continue(pos, head) \ argument 605 #define list_for_each_prev(pos, head) \ argument 614 #define list_for_each_safe(pos, n, head) \ argument 625 #define list_for_each_prev_safe(pos, n, head) \ argument 636 #define list_entry_is_head(pos, head, member) \ argument [all …]
|
D | plist.h | 149 #define plist_for_each(pos, head) \ argument 159 #define plist_for_each_continue(pos, head) \ argument 170 #define plist_for_each_safe(pos, n, head) \ argument 179 #define plist_for_each_entry(pos, head, mem) \ argument 191 #define plist_for_each_entry_continue(pos, head, m) \ argument 203 #define plist_for_each_entry_safe(pos, n, head, m) \ argument 264 #define plist_next(pos) \ argument 271 #define plist_prev(pos) \ argument
|
D | rculist.h | 389 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument 408 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument 443 #define list_for_each_entry_lockless(pos, head, member) \ argument 466 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument 488 #define list_for_each_entry_from_rcu(pos, head, member) \ argument 688 #define __hlist_for_each_rcu(pos, head) \ argument 704 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 725 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument 746 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument 763 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument [all …]
|
D | llist.h | 114 #define llist_for_each(pos, node) \ argument 133 #define llist_for_each_safe(pos, n, node) \ argument 151 #define llist_for_each_entry(pos, node, member) \ argument 173 #define llist_for_each_entry_safe(pos, n, node, member) \ argument
|
D | rhashtable.h | 283 #define rht_entry(tpos, pos, member) \ argument 414 #define rht_for_each_from(pos, head, tbl, hash) \ argument 425 #define rht_for_each(pos, tbl, hash) \ argument 438 #define rht_for_each_entry_from(tpos, pos, head, tbl, hash, member) \ argument 451 #define rht_for_each_entry(tpos, pos, tbl, hash, member) \ argument 468 #define rht_for_each_entry_safe(tpos, pos, next, tbl, hash, member) \ argument 488 #define rht_for_each_rcu_from(pos, head, tbl, hash) \ argument 504 #define rht_for_each_rcu(pos, tbl, hash) \ argument 523 #define rht_for_each_entry_rcu_from(tpos, pos, head, tbl, hash, member) \ argument 541 #define rht_for_each_entry_rcu(tpos, pos, tbl, hash, member) \ argument [all …]
|
D | rculist_nulls.h | 167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ argument 182 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ argument
|
D | mroute_base.h | 392 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start() 407 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start() 433 loff_t pos) in mr_vif_seq_idx() 439 void *v, loff_t *pos) in mr_vif_seq_next() 444 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start() 450 struct mr_mfc_iter *it, loff_t pos) in mr_mfc_seq_idx() 456 loff_t *pos) in mr_mfc_seq_next() 461 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start()
|
D | if_tunnel.h | 14 #define for_each_ip_tunnel_rcu(pos, start) \ argument
|
D | min_heap.h | 35 void min_heapify(struct min_heap *heap, int pos, in min_heapify() 114 int pos; in min_heap_push() local
|
D | list_nulls.h | 127 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ argument 140 #define hlist_nulls_for_each_entry_from(tpos, pos, member) \ argument
|
D | cpufreq.h | 706 #define cpufreq_for_each_entry(pos, table) \ argument 717 #define cpufreq_for_each_entry_idx(pos, table, idx) \ argument 728 #define cpufreq_for_each_valid_entry(pos, table) \ argument 742 #define cpufreq_for_each_valid_entry_idx(pos, table, idx) \ argument 775 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_al() local 796 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dl() local 838 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_ah() local 868 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dh() local 901 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_ac() local 935 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dc() local [all …]
|
D | list_bl.h | 169 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ argument 183 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ argument
|
D | rculist_bl.h | 95 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ argument
|
D | iomap.h | 97 static inline sector_t iomap_sector(const struct iomap *iomap, loff_t pos) in iomap_sector() 105 static inline void *iomap_inline_data(const struct iomap *iomap, loff_t pos) in iomap_inline_data() 186 loff_t pos; member
|
D | regset.h | 253 static inline int user_regset_copyin(unsigned int *pos, unsigned int *count, in user_regset_copyin() 278 static inline int user_regset_copyin_ignore(unsigned int *pos, in user_regset_copyin_ignore()
|
D | splice.h | 41 loff_t pos; /* file position */ member
|
D | zstd.h | 476 size_t pos; member 489 size_t pos; member
|
/include/linux/mtd/ |
D | nand.h | 114 struct nand_pos pos; member 704 struct nand_pos *pos) in nanddev_offs_to_pos() 758 const struct nand_pos *pos) in nanddev_pos_to_offs() 783 const struct nand_pos *pos) in nanddev_pos_to_row() 799 struct nand_pos *pos) in nanddev_pos_next_target() 817 struct nand_pos *pos) in nanddev_pos_next_lun() 837 struct nand_pos *pos) in nanddev_pos_next_eraseblock() 856 struct nand_pos *pos) in nanddev_pos_next_page() 995 const struct nand_pos *pos) in nanddev_bbt_pos_to_entry()
|
/include/linux/sunrpc/ |
D | svc_rdma_pcl.h | 88 #define pcl_for_each_chunk(pos, pcl) \ argument 98 #define pcl_for_each_segment(pos, chunk) \ argument
|
/include/net/sctp/ |
D | sctp.h | 375 #define sctp_skb_for_each(pos, head, tmp) \ argument 431 #define sctp_walk_params(pos, chunk, member)\ argument 434 #define _sctp_walk_params(pos, chunk, end, member)\ argument 454 #define sctp_walk_fwdtsn(pos, chunk)\ argument 457 #define _sctp_walk_fwdtsn(pos, chunk, end)\ argument
|
/include/linux/mdio/ |
D | mdio-xgene.h | 99 static inline u64 xgene_enet_set_field_value(int pos, int len, u64 val) in xgene_enet_set_field_value() 113 static inline u64 xgene_enet_get_field_value(int pos, int len, u64 src) in xgene_enet_get_field_value()
|
/include/xen/interface/io/ |
D | kbdif.h | 488 } pos; member 503 struct xenkbd_position pos; member
|
/include/linux/platform_data/media/ |
D | omap4iss.h | 20 u8 pos; member
|
/include/uapi/linux/netfilter/ |
D | x_tables.h | 174 #define xt_entry_foreach(pos, ehead, esize) \ argument 180 #define xt_ematch_foreach(pos, entry) \ argument
|
/include/linux/iio/ |
D | buffer-dma.h | 85 size_t pos; member
|