Home
last modified time | relevance | path

Searched defs:len (Results 5576 - 5600 of 22647) sorted by relevance

1...<<221222223224225226227228229230>>...906

/kernel/linux/linux-6.6/tools/virtio/linux/
H A Dscatterlist.h59 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 Dvirtio_ring_0_9.c99 int add_inbuf(unsigned len, void *buf, void *datap) in add_inbuf() argument
[all...]
/kernel/linux/linux-6.6/virt/kvm/
H A Dpfncache.c79 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 Dhda_cs_dsp_ctl.c210 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 Dsecurityfs.c139 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 Dsecurityfs_if.c104 loff_t len = strlen(domain); in tomoyo_read_self() local
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_readq.c89 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 Dseq_midi_emul.c196 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 Ddigsig.c217 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 Devm_secfs.c183 int len, err; in evm_write_xattrs() local
/kernel/linux/linux-6.6/security/
H A Dlsm_audit.c315 int len = 0; in dump_common_audit_data() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_attach.c10 __u32 duration = 0, id1, id2, id0 = 0, len; in test_xdp_attach() local
H A Dringbuf.c41 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 Dsockopt_inherit.c15 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 Dbpf_syscall_macro.c92 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 Dcore_kern.c67 int len; member
71 size_t len; member
H A Dfexit_bpf2bpf.c13 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 Dkfree_skb.c41 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 Dtest_sockmap_kern.h112 int len, *f, ret, zero = 0; in bpf_prog2() local
H A Dtest_varlen.c47 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 Dtest_tag.c91 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 Dclone3_set_tid.c152 size_t len = 0; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dreuseport_bpf_numa.c30 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 Dreuseport_bpf_cpu.c34 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 Dtrace.c124 int len; in trace_log_string() local

Completed in 27 milliseconds

1...<<221222223224225226227228229230>>...906