Home
last modified time | relevance | path

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

12

/include/linux/
Dlist.h189 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 …]
Dplist.h149 #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
Drculist.h389 #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 …]
Dllist.h114 #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
Drhashtable.h283 #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 …]
Drculist_nulls.h167 #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
Dmroute_base.h392 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()
Dif_tunnel.h14 #define for_each_ip_tunnel_rcu(pos, start) \ argument
Dmin_heap.h35 void min_heapify(struct min_heap *heap, int pos, in min_heapify()
114 int pos; in min_heap_push() local
Dlist_nulls.h127 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ argument
140 #define hlist_nulls_for_each_entry_from(tpos, pos, member) \ argument
Dcpufreq.h706 #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 …]
Dlist_bl.h169 #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
Drculist_bl.h95 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ argument
Diomap.h97 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
Dregset.h253 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()
Dsplice.h41 loff_t pos; /* file position */ member
Dzstd.h476 size_t pos; member
489 size_t pos; member
/include/linux/mtd/
Dnand.h114 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/
Dsvc_rdma_pcl.h88 #define pcl_for_each_chunk(pos, pcl) \ argument
98 #define pcl_for_each_segment(pos, chunk) \ argument
/include/net/sctp/
Dsctp.h375 #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/
Dmdio-xgene.h99 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/
Dkbdif.h488 } pos; member
503 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.h85 size_t pos; member

12