/kernel/linux/linux-6.6/tools/virtio/linux/ |
H A D | scatterlist.h | 59 sg_set_page(struct scatterlist *sg, struct page *page, unsigned int len, unsigned int offset) sg_set_page() argument
|
/kernel/linux/linux-6.6/tools/virtio/ringtest/ |
H A D | virtio_ring_0_9.c | 99 int add_inbuf(unsigned len, void *buf, void *datap) in add_inbuf() argument [all...] |
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | pfncache.c | 79 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len) in kvm_gpc_check() argument 334 int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len) in kvm_gpc_refresh() argument 357 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len) in kvm_gpc_activate() argument 239 __kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len) __kvm_gpc_refresh() argument
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_cs_dsp_ctl.c | 210 hda_cs_dsp_write_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, const void *buf, size_t len) hda_cs_dsp_write_ctl() argument 235 hda_cs_dsp_read_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, void *buf, size_t len) hda_cs_dsp_read_ctl() argument
|
/kernel/linux/linux-6.6/security/safesetid/ |
H A D | securityfs.c | 139 handle_policy_update(struct file *file, const char __user *ubuf, size_t len, enum setid_type policy_type) handle_policy_update() argument 235 safesetid_uid_file_write(struct file *file, const char __user *buf, size_t len, loff_t *ppos) safesetid_uid_file_write() argument 249 safesetid_gid_file_write(struct file *file, const char __user *buf, size_t len, loff_t *ppos) safesetid_gid_file_write() argument 263 safesetid_file_read(struct file *file, char __user *buf, size_t len, loff_t *ppos, struct mutex *policy_update_lock, struct __rcu setid_ruleset* ruleset) safesetid_file_read() argument 282 safesetid_uid_file_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) safesetid_uid_file_read() argument 289 safesetid_gid_file_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) safesetid_gid_file_read() argument [all...] |
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | securityfs_if.c | 104 loff_t len = strlen(domain); in tomoyo_read_self() local
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_readq.c | 89 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len) in snd_seq_oss_readq_puts() argument
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_midi_emul.c | 196 int len; in snd_midi_process_event() local 478 sysex(const struct snd_midi_op *ops, void *private, unsigned char *buf, int len, in sysex() argument [all...] |
/kernel/linux/linux-6.6/security/integrity/ |
H A D | digsig.c | 217 integrity_load_cert(const unsigned int id, const char *source, const void *data, size_t len, key_perm_t perm) integrity_load_cert() argument
|
/kernel/linux/linux-6.6/security/integrity/evm/ |
H A D | evm_secfs.c | 183 int len, err; in evm_write_xattrs() local
|
/kernel/linux/linux-6.6/security/ |
H A D | lsm_audit.c | 315 int len = 0; in dump_common_audit_data() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_attach.c | 10 __u32 duration = 0, id1, id2, id0 = 0, len; in test_xdp_attach() local
|
H A D | ringbuf.c | 41 static int process_sample(void *ctx, void *data, size_t len) in process_sample() argument 303 static int process_map_key_sample(void *ctx, void *data, size_t len) in process_map_key_sample() argument
|
H A D | sockopt_inherit.c | 15 socklen_t len = sizeof(addr); in connect_to_server() local 70 socklen_t len = sizeof(addr); in server_thread() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_syscall_macro.c | 92 BPF_KSYSCALL(splice_enter, int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len, unsigned int flags) BPF_KSYSCALL() argument
|
H A D | core_kern.c | 67 int len; member 71 size_t len; member
|
H A D | fexit_bpf2bpf.c | 13 unsigned int len; member 20 int len; in BPF_PROG() local 35 int len; in BPF_PROG() local 70 int len; test_subprog2() local 92 int len; BPF_PROG() local 107 int len = skb->len; new_get_skb_len() local [all...] |
H A D | kfree_skb.c | 41 unsigned int len, data_len; member 121 int len, ifindex; in BPF_PROG() local 139 int len, ifindex; in BPF_PROG() local [all...] |
H A D | test_sockmap_kern.h | 112 int len, *f, ret, zero = 0; in bpf_prog2() local
|
H A D | test_varlen.c | 47 long len; in handler64_unsigned() local 77 long len; in handler64_signed() local 103 u32 len; handler32_unsigned() local 131 long len; handler32_signed() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_tag.c | 91 static void tag_from_fdinfo(int fd_prog, uint8_t *tag, uint32_t len) in tag_from_fdinfo() argument 114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg() argument 144 static void tag_dump(const char *prefix, uint8_t *tag, uint32_t len) in tag_dump() argument 154 tag_exit_report(int insns, int fd_map, uint8_t *ftag, uint8_t *atag, uint32_t len) tag_exit_report() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/ |
H A D | clone3_set_tid.c | 152 size_t len = 0; in main() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | reuseport_bpf_numa.c | 30 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group() argument 161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node() argument 194 static void test(int *rcv_fd, int len, int family, int proto) in test() argument [all...] |
H A D | reuseport_bpf_cpu.c | 34 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group() argument 151 void receive_on_cpu(int *rcv_fd, int len, int epfd, int cpu_id, int proto) in receive_on_cpu() argument 184 static void test(int *rcv_fd, int len, int family, int proto) in test() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 124 int len; in trace_log_string() local
|