Home
last modified time | relevance | path

Searched defs:name (Results 7476 - 7500 of 19357) sorted by relevance

1...<<291292293294295296297298299300>>...775

/kernel/linux/linux-6.6/tools/perf/util/
H A Ddata.c486 const char *name = "kcore_dir"; in has_kcore_dir() local
H A Ddsos.c131 __dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso, const char *name, struct dso_id *id) __dsos__findnew_link_by_longname_id() argument
214 __dsos__findnew_by_longname_id(struct rb_root *root, const char *name, struct dso_id *id) __dsos__findnew_by_longname_id() argument
219 __dsos__find_id(struct dsos *dsos, const char *name, struct dso_id *id, bool cmp_short) __dsos__find_id() argument
232 __dsos__find(struct dsos *dsos, const char *name, bool cmp_short) __dsos__find() argument
269 __dsos__addnew_id(struct dsos *dsos, const char *name, struct dso_id *id) __dsos__addnew_id() argument
282 __dsos__addnew(struct dsos *dsos, const char *name) __dsos__addnew() argument
287 __dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) __dsos__findnew_id() argument
297 dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) dsos__findnew_id() argument
[all...]
H A Dprobe-finder.h18 static inline int is_c_varname(const char *name) in is_c_varname() argument
H A Dthread_map.c37 char name[256]; in thread_map__new_by_pid() local
185 char name[256]; in thread_map__new_by_pid_str() local
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c692 const char *name = intel_pt_pkt_name(packet->type); in intel_pt_pkt_desc() local
[all...]
H A Dintel-pt-log.c61 void intel_pt_log_set_name(const char *name) in intel_pt_log_set_name() argument
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/
H A Diomap.c257 nfit_test_request_region(struct device *dev, struct resource *parent, resource_size_t start, resource_size_t n, const char *name, int flags) nfit_test_request_region() argument
326 __wrap___request_region(struct resource *parent, resource_size_t start, resource_size_t n, const char *name, int flags) __wrap___request_region() argument
350 __wrap___devm_request_region(struct device *dev, struct resource *parent, resource_size_t start, resource_size_t n, const char *name) __wrap___devm_request_region() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_hierarchical_stats.c51 const char *path, *name; member
H A Dkprobe_multi_test.c321 char *name = NULL, **syms = NULL; in get_syms() local
[all...]
H A Dmigrate_reuseport.c50 const char *name; member
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c38 const char *name; member
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c108 static int rtas_call(const char *name, int nargs, in rtas_call() argument
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c201 static void print_flags(const char *name, unsigned long r) in print_flags() argument
/kernel/linux/linux-6.6/tools/thermal/thermal-engine/
H A Dthermal-engine.c80 static int tz_create(const char *name, int tz_id, __maybe_unused void *arg) in tz_create() argument
167 static int cdev_add(const char *name, int cdev_id, int max_state, __maybe_unused void *arg) in cdev_add() argument
188 static int gov_change(int tz_id, const char *name, __maybe_unuse argument
[all...]
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dsysfs.c109 static int str_to_trip_type(char *name) in str_to_trip_type() argument
148 static int get_instance_id(char *name, int pos, int skip) in get_instance_id() argument
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h109 char name[]; member
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy_unpack.h105 char *name; member
[all...]
H A Dapparmorfs.h27 const char *name; member
/kernel/linux/linux-6.6/security/apparmor/
H A Dlib.c64 char *name = strim(fqname); in aa_split_fqname() local
108 const char *name = skipn_spaces(fqname, n); aa_splitn_fqname() local
447 aa_policy_init(struct aa_policy *policy, const char *prefix, const char *name, gfp_t gfp) aa_policy_init() argument
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Ddomain.c202 static const char *tomoyo_last_word(const char *name) in tomoyo_last_word() argument
438 tomoyo_find_namespace(const char *name, const unsigned int len) tomoyo_find_namespace() argument
481 char *name = (char *) (entry + 1); tomoyo_assign_namespace() local
[all...]
/kernel/linux/linux-6.6/sound/aoa/core/
H A Dgpio-feature.c54 static struct device_node *get_gpio(char *name, in get_gpio() argument
318 char *name; ftr_set_notify() local
[all...]
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_midi.c36 unsigned char name[SNDRV_SEQ_OSS_MAX_MIDI_NAME]; member
H A Dseq_oss_synth.c45 char name[SNDRV_SEQ_OSS_MAX_SYNTH_NAME]; member
[all...]
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_synth.c241 snd_opl3_load_patch(struct snd_opl3 *opl3, int prog, int bank, int type, const char *name, const unsigned char *ext, const unsigned char *data) snd_opl3_load_patch() argument
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dpreprocess.c39 char *name; member
44 static void env_add(const char *name, const char *value) in env_add() argument
64 static char *env_expand(const char *name) in env_expand() argument
106 const char *name; global() member
202 function_expand(const char *name, int argc, char *argv[]) function_expand() argument
232 char *name; global() member
239 variable_lookup(const char *name) variable_lookup() argument
251 variable_expand(const char *name, int argc, char *argv[]) variable_expand() argument
279 variable_add(const char *name, const char *value, enum variable_flavor flavor) variable_add() argument
348 char *tmp, *name, *res, *endptr, *prev, *p; eval_clause() local
[all...]

Completed in 20 milliseconds

1...<<291292293294295296297298299300>>...775