| /tools/testing/selftests/proc/ |
| D | proc-uptime-002.c | 35 static inline int sys_sched_getaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_getaffinity() 40 static inline int sys_sched_setaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_setaffinity() 49 unsigned long *m; in main() local
|
| /tools/testing/selftests/bpf/progs/ |
| D | refcounted_kptr.c | 77 struct node_data *n, *m; in __insert_in_tree_and_list() local 110 struct node_data *n, *m; in __stash_map_insert_tree() local 374 struct node_acquire *n, *m; in rbtree_refcounted_node_ref_escapes() local 396 struct node_acquire *n, *m; in rbtree_refcounted_node_ref_escapes_owning_input() local 433 struct node_data *n, *m; in rbtree_wrong_owner_remove_fail_a1() local 479 struct node_data *m; in rbtree_wrong_owner_remove_fail_a2() local 510 struct node_data *n, *m = NULL; in BPF_PROG() local 544 struct node_data *n, *m = NULL; in BPF_PROG() local
|
| D | rbtree.c | 50 struct node_data *n, *m; in __add_three() local 96 struct node_data *n, *m = NULL; in rbtree_add_and_remove() local 193 struct node_data *n, *m, *o; in rbtree_first_and_remove() local 260 struct node_data *n, *m, *o; in rbtree_api_release_aliasing() local
|
| D | refcounted_kptr_fail.c | 38 struct node_acquire *n, *m; in rbtree_refcounted_node_ref_escapes() local 60 struct node_acquire *n, *m; in refcount_acquire_maybe_null() local 79 struct node_acquire *n, *m; in rbtree_refcounted_node_ref_escapes_owning_input() local
|
| D | loop1.c | 17 int i, j, sum = 0, m; in nested_loops() local
|
| D | profiler.inc.h | 34 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) argument 35 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) argument 36 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) argument 37 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) argument 38 #define S_ISFIFO(m) (((m)&S_IFMT) == S_IFIFO) argument 39 #define S_ISSOCK(m) (((m)&S_IFMT) == S_IFSOCK) argument
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| D | stat.h | 21 #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/include/uapi/linux/ |
| D | stat.h | 21 #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/ |
| D | memswap.c | 8 u32 *m = src; in mem_bswap_32() local 18 u64 *m = src; in mem_bswap_64() local
|
| D | find-map.c | 15 int m = -1; in find_map() local
|
| D | parse-branch-options.c | 9 #define BRANCH_OPT(n, m) \ argument
|
| /tools/perf/tests/ |
| D | sample-parsing.c | 20 #define COMP(m) do { \ argument 27 #define MCOMP(m) do { \ argument
|
| D | kmod-path.c | 13 struct kmod_path m; in test() local
|
| /tools/testing/selftests/bpf/ |
| D | bpf_rand.h | 15 #define bpf_rand_ux(x, m) \ argument
|
| /tools/testing/selftests/livepatch/test_modules/ |
| D | test_klp_livepatch.c | 11 static int livepatch_cmdline_proc_show(struct seq_file *m, void *v) in livepatch_cmdline_proc_show()
|
| D | test_klp_atomic_replace.c | 15 static int livepatch_meminfo_proc_show(struct seq_file *m, void *v) in livepatch_meminfo_proc_show()
|
| /tools/testing/selftests/sgx/ |
| D | sigstruct.c | 28 BIGNUM *m; member 45 static bool alloc_q1q2_ctx(const uint8_t *s, const uint8_t *m, in alloc_q1q2_ctx() 80 static bool calc_q1q2(const uint8_t *s, const uint8_t *m, uint8_t *q1, in calc_q1q2()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | btf_write.c | 11 const struct btf_member *m; in gen_btf() local
|
| D | skeleton.c | 26 void *m; in test_skeleton() local
|
| D | netfilter_link_attach.c | 87 #define X(opts, m, i) opts.m = nf_hook_link_tests[(i)].m in test_netfilter_link_attach() argument
|
| /tools/perf/arch/x86/tests/ |
| D | sample-parsing.c | 19 #define COMP(m) do { \ argument
|
| /tools/build/ |
| D | fixdep.c | 49 char *m = map; in parse_dep_file() local
|
| /tools/arch/arm64/include/asm/ |
| D | cputype.h | 247 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 254 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument 255 #define MIDR_REV(m, v, r) MIDR_RANGE(m, v, r, v, r) argument 256 #define MIDR_ALL_VERSIONS(m) MIDR_RANGE(m, 0, 0, 0xf, 0xf) argument
|
| /tools/arch/x86/lib/ |
| D | insn.c | 293 insn_byte_t m, p; in insn_get_opcode() local 751 int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m) in insn_decode()
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| D | context_switch.c | 281 static int mutex_lock(unsigned long *m) in mutex_lock() 303 static int mutex_unlock(unsigned long *m) in mutex_unlock()
|