Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 44) sorted by relevance

12

/tools/testing/selftests/proc/
Dproc-uptime-002.c33 static inline int sys_sched_getaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_getaffinity()
38 static inline int sys_sched_setaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_setaffinity()
46 unsigned long *m; in main() local
/tools/include/uapi/linux/
Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
26 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
/tools/perf/util/
Dmemswap.c8 u32 *m = src; in mem_bswap_32() local
18 u64 *m = src; in mem_bswap_64() local
Dmem-events.c119 u64 m = PERF_MEM_TLB_NA; in perf_mem__tlb_scnprintf() local
181 u64 m = PERF_MEM_LVL_NA; in perf_mem__lvl_scnprintf() local
247 u64 m = PERF_MEM_SNOOP_NA; in perf_mem__snp_scnprintf() local
Dfind-map.c15 int m = -1; in find_map() local
Dparse-branch-options.c9 #define BRANCH_OPT(n, m) \ argument
Dmap.c916 struct map *m; in __maps__insert() local
936 struct map *m; in __maps__insert_name() local
980 struct map *m; in maps__find() local
Ddso.c234 struct kmod_path m; in is_kernel_module() local
343 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse()
407 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info()
Dmachine.c670 struct kmod_path *m, in machine__findnew_module_dso()
775 struct kmod_path m; in machine__findnew_module_map() local
816 size_t machine__fprintf_dsos_buildid(struct machine *m, FILE *fp, in machine__fprintf_dsos_buildid()
1265 struct kmod_path *m) in map_groups__set_module_path()
1330 struct kmod_path m; in map_groups__set_modules_path_dir() local
1948 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
/tools/perf/tests/
Dsample-parsing.c19 #define COMP(m) do { \ argument
26 #define MCOMP(m) do { \ argument
Dkmod-path.c13 struct kmod_path m; in test() local
Dhists_link.c130 struct thread *t, struct map *m, struct symbol *s) in find_sample()
/tools/testing/selftests/bpf/progs/
Dloop1.c16 int i, j, sum = 0, m; in nested_loops() local
/tools/testing/selftests/bpf/
Dbpf_rand.h15 #define bpf_rand_ux(x, m) \ argument
Dtest_align.c640 struct bpf_reg_match m = test->matches[i]; in do_test_single() local
/tools/lib/bpf/
Dbtf_dump.c284 const struct btf_member *m = btf_members(t); in btf_dump_mark_referenced() local
450 const struct btf_member *m = btf_members(t); in btf_dump_order_type() local
718 const struct btf_member *m = btf_members(t); in btf_dump_emit_type() local
775 const struct btf_member *m = btf_members(t); in btf_align_of() local
793 const struct btf_member *m; in btf_is_struct_packed() local
873 const struct btf_member *m = btf_members(t); in btf_dump_emit_struct_def() local
Dbtf.h271 const struct btf_member *m = btf_members(t) + member_idx; in btf_member_bit_offset() local
283 const struct btf_member *m = btf_members(t) + member_idx; in btf_member_bitfield_size() local
/tools/build/
Dfixdep.c49 char *m = map; in parse_dep_file() local
/tools/perf/
Dbuiltin-mem.c324 #define MEM_OPT(n, m) \ argument
339 const struct mem_mode *m; in parse_mem_ops() local
/tools/perf/arch/x86/util/
Dperf_regs.c59 #define SDT_NAME_REG(n, m) {.sdt_name = "%" #n, .uprobe_name = "%" #m} argument
/tools/perf/bench/
Dsched-pipe.c57 int m = 0, i; in worker_thread() local
/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c270 static int mutex_lock(unsigned long *m) in mutex_lock()
292 static int mutex_unlock(unsigned long *m) in mutex_unlock()
/tools/testing/selftests/kvm/include/
Dkvm_util.h59 #define vm_guest_mode_string(m) vm_guest_mode_string[m] argument
/tools/arch/x86/lib/
Dinsn.c217 insn_byte_t m, p; in insn_get_opcode() local
/tools/testing/selftests/net/
Dnettest.c582 static int get_index_from_cmsg(struct msghdr *m) in get_index_from_cmsg()
643 struct msghdr m; in send_msg_cmsg() local
726 struct msghdr m = { in socket_read_dgram() local
1505 char *m; in random_msg() local

12