/kernel/linux/linux-6.6/fs/proc/ |
H A D | nommu.c | 82 loff_t pos = *_pos; in nommu_region_list_start() local 97 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next() argument
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | bitfunc.c | 35 size_t pos = bit & 7; in are_bits_clear() local 84 size_t pos = bit & 7; are_bits_set() local [all...] |
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | tape_proc.c | 84 static void *tape_proc_start(struct seq_file *m, loff_t *pos) in tape_proc_start() argument 91 static void *tape_proc_next(struct seq_file *m, void *v, loff_t *pos) in tape_proc_next() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fb_procfs.c | 9 static void *fb_seq_start(struct seq_file *m, loff_t *pos) in fb_seq_start() argument 21 static void *fb_seq_next(struct seq_file *m, void *v, loff_t *pos) in fb_seq_next() argument
|
/kernel/linux/linux-6.6/drivers/staging/hisysevent/ |
H A D | hisysevent_raw_data.c | 38 raw_data_update(struct hisysevent_raw_data *dest, u8 *src, unsigned int len, unsigned int pos) raw_data_update() argument
|
/kernel/linux/linux-6.6/drivers/firmware/google/ |
H A D | memconsole.c | 16 memconsole_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) memconsole_read() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_rap.c | 43 amdgpu_rap_debugfs_write(struct file *f, const char __user *buf, size_t size, loff_t *pos) amdgpu_rap_debugfs_write() argument
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | iscsi_ibft_find.c | 53 unsigned long pos, virt_pos = 0; in reserve_ibft_region() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_vm_helper.c | 29 void vm_helper_mark_vmid_used(struct vm_helper *vm_helper, unsigned int pos, uint8_t hubp_idx) in vm_helper_mark_vmid_used() argument
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | tracking.c | 76 static void *unloaded_tainted_modules_seq_next(struct seq_file *m, void *p, loff_t *pos) in unloaded_tainted_modules_seq_next() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | nal-rbsp.h | 41 unsigned int pos; member
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | proc.c | 156 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() argument 164 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() argument
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | tsc.c | 41 char *pos = strstr(line + 11, " @ "); in cpuinfo_tsc_freq() local
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-evlist.c | 32 struct evsel *pos; in __cmd_evlist() local
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | call-path.c | 40 struct call_path_block *pos, *n; in call_path_root__free() local
|
H A D | symbol_fprintf.c | 68 struct symbol *pos = dso->symbol_names[i]; in dso__fprintf_symbols_by_name() local
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | wext-proc.c | 90 static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos) in wireless_dev_seq_start() argument 107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in wireless_dev_seq_next() argument
|
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_proc.c | 38 snd_opl4_mem_proc_read(struct snd_info_entry *entry, void *file_private_data, struct file *file, char __user *_buf, size_t count, loff_t pos) snd_opl4_mem_proc_read() argument 58 snd_opl4_mem_proc_write(struct snd_info_entry *entry, void *file_private_data, struct file *file, const char __user *_buf, size_t count, loff_t pos) snd_opl4_mem_proc_write() argument
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctimap.c | 21 struct list_head *pos, *pre, *head; in input_mapper_add() local 99 struct list_head *pos; in free_input_mapper_list() local [all...] |
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | vfio_ccw_async.c | 19 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_async_region_read() local 41 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_async_region_write() local
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | report_tags.c | 32 u64 pos; in kasan_complete_mode_report_info() local
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_flow_table_procfs.c | 6 static void *nf_flow_table_cpu_seq_start(struct seq_file *seq, loff_t *pos) in nf_flow_table_cpu_seq_start() argument 24 static void *nf_flow_table_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nf_flow_table_cpu_seq_next() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | eht.c | 23 u8 *pos = (u8 *)eht_cap_ie_elem; in ieee80211_eht_cap_ie_to_sta_eht_cap() local
|
/third_party/curl/tests/libtest/ |
H A D | lib677.c | 41 ssize_t pos = 0; in test() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | rle.c | 30 const uint8_t *pos; in ff_rle_count_pixels() local
|