Home
last modified time | relevance | path

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

12345678910>>...43

/linux/include/linux/
H A Dlist.h303 struct list_head *pos = entry2->prev; in list_swap() local
703 #define list_next_entry(pos, member) \ argument
715 #define list_next_entry_circular(pos, head, member) \ argument
724 #define list_prev_entry(pos, member) \ argument
736 #define list_prev_entry_circular(pos, head, member) \ argument
745 #define list_for_each(pos, head) \ argument
755 #define list_for_each_continue(pos, head) \ argument
763 #define list_for_each_prev(pos, head) \ argument
772 #define list_for_each_safe(pos, n, head) \ argument
783 #define list_for_each_prev_safe(pos, n, head) \ argument
[all …]
H 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
H A Drculist.h50 #define list_for_each_rcu(pos, head) \ argument
475 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument
494 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument
529 #define list_for_each_entry_lockless(pos, head, member) \ argument
552 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
574 #define list_for_each_entry_from_rcu(pos, head, member) \ argument
776 #define __hlist_for_each_rcu(pos, head) \ argument
792 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument
813 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
834 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument
[all …]
/linux/tools/include/linux/
H A Dlist.h413 #define list_next_entry(pos, member) \ argument
421 #define list_prev_entry(pos, member) \ argument
429 #define list_for_each(pos, head) \ argument
437 #define list_for_each_prev(pos, head) \ argument
446 #define list_for_each_safe(pos, n, head) \ argument
456 #define list_for_each_prev_safe(pos, n, head) \ argument
467 #define list_for_each_entry(pos, head, member) \ argument
478 #define list_for_each_entry_reverse(pos, head, member) \ argument
491 #define list_prepare_entry(pos, head, member) \ argument
503 #define list_for_each_entry_continue(pos, head, member) \ argument
[all …]
/linux/fs/romfs/
H A Dstorage.c23 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read()
37 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen()
66 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp()
103 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read()
131 unsigned long pos, size_t limit) in romfs_blk_strnlen()
163 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp()
214 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read()
238 unsigned long pos, size_t maxlen) in romfs_dev_strnlen()
265 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
/linux/drivers/pci/
H A Dvc.c27 static void pci_vc_save_restore_dwords(struct pci_dev *dev, int pos, in pci_vc_save_restore_dwords()
49 static void pci_vc_load_arb_table(struct pci_dev *dev, int pos) in pci_vc_load_arb_table()
73 static void pci_vc_load_port_arb_table(struct pci_dev *dev, int pos, int res) in pci_vc_load_port_arb_table()
104 static void pci_vc_enable(struct pci_dev *dev, int pos, int res) in pci_vc_enable()
185 static int pci_vc_do_save_buffer(struct pci_dev *dev, int pos, in pci_vc_do_save_buffer()
358 int pos, ret; in pci_save_vc_state() local
395 int pos; in pci_restore_vc_state() local
419 int len, pos = pci_find_ext_capability(dev, vc_caps[i].id); in pci_allocate_vc_save_buffers() local
/linux/net/core/
H A Dnet-procfs.c10 static void *dev_seq_from_index(struct seq_file *seq, loff_t *pos) in dev_seq_from_index()
22 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
32 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
95 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online()
108 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
113 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
178 static void *ptype_get_idx(struct seq_file *seq, loff_t pos) in ptype_get_idx()
222 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
229 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
/linux/net/x25/
H A Dx25_proc.c25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start() argument
32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next() argument
60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start() argument
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next() argument
112 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start() argument
119 x25_seq_forward_next(struct seq_file * seq,void * v,loff_t * pos) x25_seq_forward_next() argument
[all...]
/linux/security/apparmor/
H A Dpolicy_unpack.c195 void *pos = e->pos; in aa_unpack_u16_chunk() local
246 void *pos = e->pos; aa_unpack_nameX() local
274 void *pos = e->pos; unpack_u8() local
292 void *pos = e->pos; aa_unpack_u32() local
311 void *pos = e->pos; aa_unpack_u64() local
350 void *pos = e->pos; aa_unpack_array() local
368 void *pos = e->pos; aa_unpack_blob() local
393 void *pos = e->pos; aa_unpack_str() local
416 void *pos = e->pos; aa_unpack_strdup() local
484 char *pos = str; process_strs_entry() local
591 void *pos = e->pos; unpack_xattrs() local
622 void *pos = e->pos; unpack_secmark() local
667 void *pos = e->pos; unpack_rlimits() local
782 void *pos = e->pos; unpack_tagsets() local
823 void *pos = e->pos; unpack_tag_headers() local
856 void *pos = e->pos; unpack_tags() local
925 void *pos = e->pos; unpack_perms_table() local
971 void *pos = e->pos; unpack_pdb() local
[all...]
/linux/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c28 static void free_slots(unsigned long pos, u16 w, u16 h, in free_slots()
43 static int r2l_b2t_1d(u16 w, unsigned long *pos, unsigned long *map, in r2l_b2t_1d()
80 unsigned long *pos, unsigned long slot_bytes, in l2r_t2b()
157 unsigned long pos; in sita_reserve_1d() local
177 unsigned long pos; in sita_reserve_2d() local
202 unsigned long pos; in sita_free() local
/linux/drivers/misc/ocxl/
H A Dconfig.c80 int pos; in read_pasid() local
102 int pos; in read_dvsec_tl() local
119 int pos, afu_present; in read_dvsec_function() local
146 int pos; in read_dvsec_afu_info() local
164 int pos; in read_dvsec_vendor() local
211 int pos; in get_dvsec_vendor0() local
234 int pos; in ocxl_config_get_reset_reload() local
250 int pos; in ocxl_config_set_reset_reload() local
329 int pos = fn->dvsec_afu_info_pos; in read_afu_info() local
489 int pos; in read_afu_control() local
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Diters_task_failure.c21 struct task_struct *pos; in BPF_PROG() local
35 struct cgroup_subsys_state *root_css, *pos; in BPF_PROG() local
52 struct task_struct *pos; in BPF_PROG() local
70 struct cgroup_subsys_state *root_css, *pos; in BPF_PROG() local
/linux/fs/xfs/scrub/
H A Dxfile.c112 loff_t pos) in xfile_load()
175 loff_t pos) in xfile_store()
232 loff_t pos) in xfile_seek_data()
249 loff_t pos, in xfile_get_folio()
319 loff_t pos, in xfile_discard()
/linux/scripts/include/
H A Dlist.h258 #define list_next_entry(pos, member) \ argument
266 #define list_prev_entry(pos, member) \ argument
275 #define list_entry_is_head(pos, head, member) \ argument
284 #define list_for_each_entry(pos, head, member) \ argument
295 #define list_for_each_entry_reverse(pos, head, member) \ argument
307 #define list_for_each_entry_safe(pos, n, head, member) \ argument
411 #define hlist_for_each_entry(pos, head, member) \ argument
423 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c206 int pos = 0; in il_dbgfs_tx_stats_read() local
267 int pos = 0; in il_dbgfs_rx_stats_read() local
312 int pos = 0; in il_dbgfs_sram_read() local
396 int i, j, pos = 0; in il_dbgfs_stations_read() local
458 int pos = 0, ofs = 0, buf_size = 0; in il_dbgfs_nvm_read() local
503 int pos = 0, i, bufsz = PAGE_SIZE; in il_dbgfs_channels_read() local
582 int pos = 0; in il_dbgfs_status_read() local
642 int pos = 0; in il_dbgfs_interrupt_read() local
741 int pos = 0, i; in il_dbgfs_qos_read() local
793 int pos = 0; in il_dbgfs_disable_ht40_read() local
[all …]
/linux/tools/perf/util/hisi-ptt-decoder/
H A Dhisi-ptt-pkt-decoder.c90 static void hisi_ptt_print_pkt(const unsigned char *buf, int pos, const char *desc) in hisi_ptt_print_pkt()
104 static int hisi_ptt_8dw_kpt_desc(const unsigned char *buf, int pos) in hisi_ptt_8dw_kpt_desc()
122 static void hisi_ptt_4dw_print_dw0(const unsigned char *buf, int pos) in hisi_ptt_4dw_print_dw0()
143 static int hisi_ptt_4dw_kpt_desc(const unsigned char *buf, int pos) in hisi_ptt_4dw_kpt_desc()
158 int hisi_ptt_pkt_desc(const unsigned char *buf, int pos, enum hisi_ptt_pkt_type type) in hisi_ptt_pkt_desc()
/linux/net/sctp/
H A Dstream_interleave.c128 struct sk_buff *pos, *loc; in sctp_intl_store_reasm() local
188 struct sk_buff *pos; in sctp_intl_retrieve_partial() local
262 struct sk_buff *pos, *first_frag = NULL; in sctp_intl_retrieve_reassembled() local
376 struct sk_buff *pos, *loc; in sctp_intl_store_ordered() local
422 struct sk_buff *pos, *tmp; in sctp_intl_retrieve_ordered() local
513 struct sk_buff *pos; in sctp_intl_store_reasm_uo() local
566 struct sk_buff *pos; in sctp_intl_retrieve_partial_uo() local
644 struct sk_buff *pos, *first_frag = NULL; in sctp_intl_retrieve_reassembled_uo() local
761 struct sk_buff *pos; in sctp_intl_retrieve_first_uo() local
867 struct sk_buff *pos; in sctp_intl_retrieve_first() local
[all …]
H A Dulpqueue.c270 struct sk_buff *pos; in sctp_ulpq_store_reasm() local
317 struct sk_buff *pos; in sctp_make_reassembled_event() local
395 struct sk_buff *pos; in sctp_ulpq_retrieve_reassembled() local
503 struct sk_buff *pos, *last_frag, *first_frag; in sctp_ulpq_retrieve_partial() local
603 struct sk_buff *pos, *last_frag, *first_frag; in sctp_ulpq_retrieve_first() local
681 struct sk_buff *pos, *tmp; in sctp_ulpq_reasm_flushtsn() local
743 struct sk_buff *pos, *tmp; in sctp_ulpq_retrieve_ordered() local
784 struct sk_buff *pos; in sctp_ulpq_store_ordered() local
870 struct sk_buff *pos, *tmp; in sctp_ulpq_reap_ordered() local
/linux/fs/
H A Dseq_file.c93 loff_t pos = 0; in traverse() local
261 loff_t pos = m->index; in seq_read_iter() local
558 void *single_start(struct seq_file *p, loff_t *pos) in single_start()
563 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next()
897 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
909 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
928 struct list_head *seq_list_start_rcu(struct list_head *head, loff_t pos) in seq_list_start_rcu()
940 struct list_head *seq_list_start_head_rcu(struct list_head *head, loff_t pos) in seq_list_start_head_rcu()
967 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
986 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
[all …]
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c135 unsigned int pos, unsigned int count, in tm_cgpr_set()
274 unsigned int pos, unsigned int count, in tm_cfpr_set()
394 unsigned int pos, unsigned int count, in tm_cvmx_set()
513 unsigned int pos, unsigned int count, in tm_cvsx_set()
617 unsigned int pos, unsigned int count, in tm_spr_set()
677 unsigned int pos, unsigned int count, in tm_tar_set()
718 unsigned int pos, unsigned int count, in tm_ppr_set()
758 unsigned int pos, unsigned int count, in tm_dscr_set()
783 unsigned int pos, unsigned int count, in tm_cgpr32_set()
/linux/arch/s390/kernel/
H A Dptrace.c513 unsigned pos; in s390_regs_get() local
524 unsigned int pos, unsigned int count, in s390_regs_set()
574 const struct user_regset *regset, unsigned int pos, in s390_fpregs_set()
613 unsigned int pos, unsigned int count, in s390_last_break_set()
634 unsigned int pos, unsigned int count, in s390_tdb_set()
658 unsigned int pos, unsigned int count, in s390_vxrs_low_set()
694 unsigned int pos, unsigned int count, in s390_vxrs_high_set()
718 unsigned int pos, unsigned int count, in s390_system_call_set()
743 unsigned int pos, unsigned int count, in s390_gs_cb_set()
795 unsigned int pos, unsigned int count, in s390_gs_bc_set()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmonitor_stats.c39 struct mlx5_core_dev *pos; in mlx5e_monitor_counter_supported() local
61 struct mlx5_core_dev *pos; in mlx5e_monitor_counters_work() local
140 struct mlx5_core_dev *pos; in mlx5e_monitor_counter_init() local
158 struct mlx5_core_dev *pos; in mlx5e_monitor_counter_cleanup() local
/linux/tools/testing/cxl/test/
H A Dcxl_translate.c64 static u64 to_hpa(u64 dpa_offset, int pos, u8 r_eiw, u16 r_eig, u8 hb_ways, in to_hpa() argument
141 static int run_translation_test(u64 dpa, int pos, u8 r_eiw, u16 r_eig, in run_translation_test() argument
188 static int parse_test_vector(const char *entry, u64 *dpa, int *pos, u argument
249 int i, ways, pos, reverse_pos; test_random_params() local
293 int pos; global() member
403 int pos, math; cxl_translate_init() local
[all...]
/linux/security/tomoyo/
H A Drealpath.c97 char *pos = ERR_PTR(-ENOMEM); in tomoyo_get_absolute_path() local
128 char *pos = ERR_PTR(-ENOMEM); in tomoyo_get_dentry_path() local
157 char *pos = tomoyo_get_dentry_path(dentry, buffer, buflen); in tomoyo_get_local_path() local
246 char *pos; in tomoyo_realpath_from_path() local
/linux/tools/perf/dlfilters/
H A Ddlfilter-show-cycles.c49 __u32 pos = tid & MASK; in find_entry() local
72 static void add_entry(__s32 tid, int pos, __u64 cnt) in add_entry()
84 int pos; in filter_event_early() local
110 int pos; in filter_event() local

12345678910>>...43