| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | proc.c | 171 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 178 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | zmap.c | 33 erofs_off_t pos; in z_erofs_fill_inode_lazy() local 159 const erofs_off_t pos = in legacy_load_cluster_from_disk() local 207 u8 *in, unsigned int pos, u8 *type) in decode_compactedbits() 328 erofs_off_t pos; in compacted_load_cluster_from_disk() local
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | ptrace_32.c | 109 unsigned int pos, unsigned int count, in genregs32_set() 184 unsigned int pos, unsigned int count, in fpregs32_set() 262 unsigned int pos, unsigned int count, in setregs_set() 302 unsigned int pos, unsigned int count, in setfpregs_set()
|
| H A D | ptrace_64.c | 270 unsigned int pos, unsigned int count, in genregs64_set() 374 unsigned int pos, unsigned int count, in fpregs64_set() 460 unsigned int pos, unsigned int count, in setregs64_set() 563 unsigned int pos, unsigned int count, in genregs32_set() 702 unsigned int pos, unsigned int count, in fpregs32_set() 799 unsigned int pos, unsigned int count, in setregs_set() 850 unsigned int pos, unsigned int count, in setfpregs_set()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | dir.c | 362 struct kernfs_node *pos; in kernfs_link_sibling() local 1200 static struct kernfs_node *kernfs_leftmost_descendant(struct kernfs_node *pos) in kernfs_leftmost_descendant() 1231 static struct kernfs_node *kernfs_next_descendant_post(struct kernfs_node *pos, in kernfs_next_descendant_post() 1270 struct kernfs_node *pos; in kernfs_activate() local 1291 struct kernfs_node *pos; in __kernfs_remove() local 1625 struct kernfs_node *parent, loff_t hash, struct kernfs_node *pos) in kernfs_dir_pos() 1659 struct kernfs_node *parent, ino_t ino, struct kernfs_node *pos) in kernfs_dir_next_pos() 1678 struct kernfs_node *pos = file->private_data; in kernfs_fop_readdir() local
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | proc.c | 159 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 167 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/ |
| H A D | proc.c | 133 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 137 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cpufreq.h | 701 #define cpufreq_for_each_entry(pos, table) \ argument 712 #define cpufreq_for_each_entry_idx(pos, table, idx) \ argument 723 #define cpufreq_for_each_valid_entry(pos, table) \ argument 737 #define cpufreq_for_each_valid_entry_idx(pos, table, idx) \ argument 770 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_al() local 791 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dl() local 833 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_ah() local 863 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dh() local 896 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_ac() local 930 struct cpufreq_frequency_table *pos; in cpufreq_table_find_index_dc() local [all …]
|
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | processor.c | 204 static inline void *c_update(loff_t *pos) in c_update() 213 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 219 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 56 loff_t pos) in iter_init() 83 static void *vgic_debug_start(struct seq_file *s, loff_t *pos) in vgic_debug_start() 111 static void *vgic_debug_next(struct seq_file *s, void *v, loff_t *pos) in vgic_debug_next()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | lib80211_crypt_wep.c | 68 u8 *pos; in lib80211_wep_build_iv() local 109 u8 *pos, *icv; in lib80211_wep_encrypt() local 156 u8 keyidx, *pos, icv[4]; in lib80211_wep_decrypt() local
|
| /OK3568_Linux_fs/kernel/net/kcm/ |
| H A D | kcmproc.c | 35 static struct kcm_mux *kcm_get_idx(struct seq_file *seq, loff_t pos) in kcm_get_idx() 49 static void *kcm_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kcm_seq_next() 61 static void *kcm_seq_start(struct seq_file *seq, loff_t *pos) in kcm_seq_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-debug.c | 45 int pos = 0; in il4965_ucode_rx_stats_read() local 457 int pos = 0; in il4965_ucode_tx_stats_read() local 623 int pos = 0; in il4965_ucode_general_stats_read() local
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | intlist.h | 65 #define intlist__for_each_entry(pos, ilist) \ argument 75 #define intlist__for_each_entry_safe(pos, n, ilist) \ argument
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | cpu.c | 87 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 95 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | consoles.c | 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 74 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
|
| H A D | proc_tty.c | 106 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 112 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_uid.c | 146 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) in ax25_uid_seq_start() 153 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_uid_seq_next()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | tdls.c | 55 u8 *pos = skb_put(skb, 10); in ieee80211_tdls_add_ext_capab() local 106 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_subband() local 117 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_subband() local 136 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_supp_channels() local 158 u8 *pos; in ieee80211_tdls_add_oper_classes() local 175 u8 *pos = skb_put(skb, 3); in ieee80211_tdls_add_bss_coex_ie() local 229 u8 *pos = skb_put(skb, 4); in ieee80211_tdls_add_aid() local 372 u8 *pos; in ieee80211_tdls_add_setup_start_ies() local 552 u8 *pos; in ieee80211_tdls_add_setup_cfm_ies() local 1497 u8 *pos = extra_ies; in ieee80211_tdls_ch_sw_tmpl_get() local
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | slip_common.h | 16 static inline int slip_unesc(unsigned char c, unsigned char *buf, int *pos, in slip_unesc() 88 int pos; member
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_addr.c | 238 loff_t pos = iocb->ki_pos; in v9fs_direct_IO() local 256 loff_t pos, unsigned len, unsigned flags, in v9fs_write_begin() 292 loff_t pos, unsigned len, unsigned copied, in v9fs_write_end()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | sec_wep.c | 88 u8 *pos; in lib80211_wep_build_iv() local 113 u8 *pos, *icv; in lib80211_wep_encrypt() local 147 u8 keyidx, *pos, icv[4], *pos2; in lib80211_wep_decrypt() local
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | verity.c | 42 loff_t pos) in pagecache_read() 73 loff_t pos) in pagecache_write() 393 loff_t pos = ext4_verity_metadata_pos(inode) + (index << log_blocksize); in ext4_write_merkle_tree_block() local
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | dvb-usb-firmware.c | 41 int ret, pos = 0; in usb_cypress_load_firmware() local 125 int *pos) in dvb_usb_get_hexline()
|