Searched defs:name (Results 1 - 25 of 6101) sorted by last modified time

1234567891011>>

/linux-master/virt/kvm/
H A Dkvm_main.c4163 char name[8 + 1 + ITOA_MAX_LEN + 1]; local
4354 char name[15 + ITOA_MAX_LEN + 1]; local
6570 kvm_vm_create_worker_thread(struct kvm *kvm, kvm_vm_thread_fn_t thread_fn, uintptr_t data, const char *name, struct task_struct **thread_ptr) argument
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dmremap_test.c39 const char *name; member in struct:test
H A Dmemfd_secret.c181 static void check_child_status(pid_t pid, const char *name) argument
201 static void test_remote_access(int fd, const char *name, argument
H A Dmlock2-tests.c94 static unsigned long get_value_for_name(unsigned long addr, const char *name) argument
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c72 static int mfd_assert_new(const char *name, loff_t sz, unsigned int flags) argument
166 static void mfd_fail_new(const char *name, unsigned int flags) argument
[all...]
H A Dfuse_test.c44 static int mfd_assert_new(const char *name, loff_t sz, unsigned int flags) argument
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_zswap.c95 static char *setup_test_group_1M(const char *root, const char *name) argument
545 const char *name; member in struct:zswap_test
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c13 const char *name; member in struct:btf_dump_test_case
269 btf_dump_data(struct btf *btf, struct btf_dump *d, char *name, char *prefix, __u64 flags, void *ptr, size_t ptr_sz, char *str, const char *expected_val) argument
812 test_btf_datasec(struct btf *btf, struct btf_dump *d, char *str, const char *name, const char *expected_val, void *data, size_t data_sz) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dbpf.c1196 int bpf_raw_tracepoint_open(const char *name, int prog_fd) argument
H A Dfeatures.c317 char name[16]; local
/linux-master/scripts/kconfig/
H A Dsymbol.c842 struct symbol *sym_lookup(const char *name, int flags) argument
883 sym_find(const char *name) argument
[all...]
H A Dgconf.c1387 const char *name; local
H A Dconfdata.c134 static int conf_touch_dep(const char *name) argument
210 char *name = getenv("KCONFIG_CONFIG"); local
217 char *name local
224 char *name = getenv("KCONFIG_AUTOHEADER"); local
231 char *name = getenv("KCONFIG_RUSTCCFG"); local
319 conf_read_simple(const char *name, int def) argument
489 conf_read(const char *name) argument
834 conf_write(const char *name) argument
952 char name[PATH_MAX], tmp[PATH_MAX]; local
993 const char *name, *tmp; local
[all...]
H A Dexpr.h82 char *name; member in struct:symbol
H A Dconf.c715 const char *name, *defconfig_file = NULL /* gcc uninit */; local
[all...]
/linux-master/scripts/
H A Dkallsyms.c88 static bool is_ignored_symbol(const char *name, char type) argument
126 char *name, type, *p; local
185 strcpy(sym_name(sym), name); local
214 const char *name = sym_name(s); local
[all...]
/linux-master/rust/
H A Dhelpers.c48 void rust_helper___spin_lock_init(spinlock_t *lock, const char *name, argument
52 __raw_spin_lock_init(spinlock_check(lock), name, key, LD_WAIT_CONFIG); local
149 rust_helper_init_work_with_key(struct work_struct *work, work_func_t func, bool onstack, const char *name, struct lock_class_key *key) argument
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c791 char *name; local
811 svcauth_gss_register_pseudoflavor(u32 pseudoflavor, char * name) argument
[all...]
/linux-master/net/
H A Dsocket.c2457 struct sockaddr_storage name; member in struct:used_address
[all...]
/linux-master/net/rose/
H A Daf_rose.c1574 char name[IFNAMSIZ]; local
/linux-master/net/packet/
H A Daf_packet.c3192 static int packet_do_bind(struct sock *sk, const char *name, int ifindex, argument
3290 char name[sizeof(uaddr->sa_data_min) + 1]; local
[all...]
/linux-master/net/netrom/
H A Daf_netrom.c1413 char name[IFNAMSIZ]; local
/linux-master/net/iucv/
H A Daf_iucv.c553 char name[12]; local
/linux-master/mm/
H A Dzswap.c252 char name[38]; /* 'zswap' + 32 char (max) num + \0 */ local
H A Dzsmalloc.c220 const char *name; member in struct:zs_pool
348 static void *zs_zpool_create(const char *name, gfp_t gfp) argument
598 static void zs_pool_stat_create(struct zs_pool *pool, const char *name) argument
625 static inline void zs_pool_stat_create(struct zs_pool *pool, const char *name) argument
2096 zs_create_pool(const char *name) argument
[all...]

Completed in 282 milliseconds

1234567891011>>