/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | data.c | 486 const char *name = "kcore_dir"; in has_kcore_dir() local
|
H A D | dsos.c | 131 __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 D | probe-finder.h | 18 static inline int is_c_varname(const char *name) in is_c_varname() argument
|
H A D | thread_map.c | 37 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 D | intel-pt-pkt-decoder.c | 692 const char *name = intel_pt_pkt_name(packet->type); in intel_pt_pkt_desc() local [all...] |
H A D | intel-pt-log.c | 61 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 D | iomap.c | 257 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 D | cgroup_hierarchical_stats.c | 51 const char *path, *name; member
|
H A D | kprobe_multi_test.c | 321 char *name = NULL, **syms = NULL; in get_syms() local [all...] |
H A D | migrate_reuseport.c | 50 const char *name; member [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_setns_test.c | 38 const char *name; member [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/syscalls/ |
H A D | rtas_filter.c | 108 static int rtas_call(const char *name, int nargs, in rtas_call() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 201 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 D | thermal-engine.c | 80 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 D | sysfs.c | 109 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 D | modpost.h | 109 char name[]; member
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | policy_unpack.h | 105 char *name; member [all...] |
H A D | apparmorfs.h | 27 const char *name; member
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | lib.c | 64 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 D | domain.c | 202 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 D | gpio-feature.c | 54 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 D | seq_oss_midi.c | 36 unsigned char name[SNDRV_SEQ_OSS_MAX_MIDI_NAME]; member
|
H A D | seq_oss_synth.c | 45 char name[SNDRV_SEQ_OSS_MAX_SYNTH_NAME]; member [all...] |
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_synth.c | 241 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 D | preprocess.c | 39 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...] |