Home
last modified time | relevance | path

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

123

/include/linux/
A Dlist.h272 struct list_head *pos = entry2->prev; in list_swap() local
644 #define list_next_entry(pos, member) \ argument
665 #define list_prev_entry(pos, member) \ argument
686 #define list_for_each(pos, head) \ argument
694 #define list_for_each_rcu(pos, head) \ argument
706 #define list_for_each_continue(pos, head) \ argument
714 #define list_for_each_prev(pos, head) \ argument
723 #define list_for_each_safe(pos, n, head) \ argument
745 struct list_head *pos; in list_count_nodes() local
1136 #define hlist_for_each(pos, head) \ argument
[all …]
A Dplist.h142 #define plist_for_each(pos, head) \ argument
152 #define plist_for_each_continue(pos, head) \ argument
163 #define plist_for_each_safe(pos, n, head) \ argument
172 #define plist_for_each_entry(pos, head, mem) \ argument
184 #define plist_for_each_entry_continue(pos, head, m) \ argument
196 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
257 #define plist_next(pos) \ argument
264 #define plist_prev(pos) \ argument
A Drculist.h436 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument
455 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument
490 #define list_for_each_entry_lockless(pos, head, member) \ argument
513 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
535 #define list_for_each_entry_from_rcu(pos, head, member) \ argument
737 #define __hlist_for_each_rcu(pos, head) \ argument
774 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
812 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument
824 #define hlist_for_each_entry_continue_rcu(pos, member) \ argument
836 #define hlist_for_each_entry_continue_rcu_bh(pos, member) \ argument
[all …]
A Dllist.h143 #define llist_for_each(pos, node) \ argument
162 #define llist_for_each_safe(pos, n, node) \ argument
180 #define llist_for_each_entry(pos, node, member) \ argument
202 #define llist_for_each_entry_safe(pos, n, node, member) \ argument
A Drhashtable.h283 #define rht_entry(tpos, pos, member) \ argument
422 #define rht_for_each_from(pos, head, tbl, hash) \ argument
433 #define rht_for_each(pos, tbl, hash) \ argument
446 #define rht_for_each_entry_from(tpos, pos, head, tbl, hash, member) \ argument
459 #define rht_for_each_entry(tpos, pos, tbl, hash, member) \ argument
496 #define rht_for_each_rcu_from(pos, head, tbl, hash) \ argument
512 #define rht_for_each_rcu(pos, tbl, hash) \ argument
531 #define rht_for_each_entry_rcu_from(tpos, pos, head, tbl, hash, member) \ argument
549 #define rht_for_each_entry_rcu(tpos, pos, tbl, hash, member) \ argument
562 #define rhl_for_each_rcu(pos, list) \ argument
[all …]
A 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
A Dmroute_base.h402 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start()
417 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start()
443 loff_t pos) in mr_vif_seq_idx()
449 void *v, loff_t *pos) in mr_vif_seq_next()
454 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start()
460 struct mr_mfc_iter *it, loff_t pos) in mr_mfc_seq_idx()
466 loff_t *pos) in mr_mfc_seq_next()
471 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start()
A Diomap.h117 static inline sector_t iomap_sector(const struct iomap *iomap, loff_t pos) in iomap_sector()
127 static inline void *iomap_inline_data(const struct iomap *iomap, loff_t pos) in iomap_inline_data()
237 loff_t pos; member
259 static inline u64 iomap_length_trim(const struct iomap_iter *iter, loff_t pos, in iomap_length_trim()
312 static inline loff_t iomap_last_written_block(struct inode *inode, loff_t pos, in iomap_last_written_block()
A Dcpufreq.h724 #define cpufreq_for_each_entry(pos, table) \ argument
735 #define cpufreq_for_each_entry_idx(pos, table, idx) \ argument
746 #define cpufreq_for_each_valid_entry(pos, table) \ argument
808 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_al() local
830 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dl() local
884 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_ah() local
915 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dh() local
960 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_ac() local
995 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dc() local
1104 struct cpufreq_frequency_table *pos; in cpufreq_table_count_valid_entries() local
[all …]
A Dif_tunnel.h14 #define for_each_ip_tunnel_rcu(pos, start) \ argument
A Dlist_nulls.h128 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ argument
141 #define hlist_nulls_for_each_entry_from(tpos, pos, member) \ argument
A 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
A Drculist_bl.h95 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ argument
A Dregset.h263 static inline int user_regset_copyin(unsigned int *pos, unsigned int *count, in user_regset_copyin()
288 static inline void user_regset_copyin_ignore(unsigned int *pos, in user_regset_copyin_ignore()
A Dicmpv6.h93 static inline void icmpv6_param_prob(struct sk_buff *skb, u8 code, int pos) in icmpv6_param_prob()
A Dbitmap.h655 void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_release_region()
672 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region()
699 unsigned int pos, end; /* scans bitmap by regions of size order */ in bitmap_find_free_region() local
A Dsplice.h42 loff_t pos; /* file position */ member
/include/linux/mtd/
A Dnand.h116 struct nand_pos pos; member
751 struct nand_pos *pos) in nanddev_offs_to_pos()
805 const struct nand_pos *pos) in nanddev_pos_to_offs()
830 const struct nand_pos *pos) in nanddev_pos_to_row()
846 struct nand_pos *pos) in nanddev_pos_next_target()
864 struct nand_pos *pos) in nanddev_pos_next_lun()
884 struct nand_pos *pos) in nanddev_pos_next_eraseblock()
903 struct nand_pos *pos) in nanddev_pos_next_page()
1117 const struct nand_pos *pos) in nanddev_bbt_pos_to_entry()
/include/linux/sunrpc/
A Dsvc_rdma_pcl.h88 #define pcl_for_each_chunk(pos, pcl) \ argument
98 #define pcl_for_each_segment(pos, chunk) \ argument
/include/net/sctp/
A Dsctp.h368 #define sctp_skb_for_each(pos, head, tmp) \ argument
424 #define sctp_walk_params(pos, chunk)\ argument
427 #define _sctp_walk_params(pos, chunk, end)\ argument
447 #define sctp_walk_fwdtsn(pos, chunk)\ argument
450 #define _sctp_walk_fwdtsn(pos, chunk, end)\ argument
/include/vdso/
A Dgetrandom.h42 u8 pos; member
/include/linux/mdio/
A Dmdio-xgene.h103 static inline u64 xgene_enet_set_field_value(int pos, int len, u64 val) in xgene_enet_set_field_value()
117 static inline u64 xgene_enet_get_field_value(int pos, int len, u64 src) in xgene_enet_get_field_value()
/include/xen/interface/io/
A Dkbdif.h471 } pos; member
486 struct xenkbd_position pos; member
/include/uapi/linux/netfilter/
A Dx_tables.h174 #define xt_entry_foreach(pos, ehead, esize) \ argument
180 #define xt_ematch_foreach(pos, entry) \ argument
/include/net/
A Dnetlink.h967 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \ argument
979 #define nlmsg_for_each_attr_type(pos, type, nlh, hdrlen, rem) \ argument
1212 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
2397 #define nla_for_each_attr(pos, head, len, rem) \ argument
2410 #define nla_for_each_attr_type(pos, type, head, len, rem) \ argument
2420 #define nla_for_each_nested(pos, nla, rem) \ argument
2430 #define nla_for_each_nested_type(pos, type, nla, rem) \ argument

Completed in 747 milliseconds

123