Home
last modified time | relevance | path

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

1234

/tools/testing/selftests/proc/
A Dproc-uptime-002.c35 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/
A Drefcounted_kptr.c77 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
A Drbtree.c50 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
A Drefcounted_kptr_fail.c38 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
A Dloop1.c17 int i, j, sum = 0, m; in nested_loops() local
A Dprofiler.inc.h34 #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/util/
A Dmemswap.c8 u32 *m = src; in mem_bswap_32() local
18 u64 *m = src; in mem_bswap_64() local
A Dbtf.c16 const struct btf_member *m; in __btf_type__find_member_by_name() local
A Dfind-map.c15 int m = -1; in find_map() local
A Dmetricgroup.c207 static void metric__free(struct metric *m) in metric__free()
227 struct metric *m; in metric__new() local
367 char *m; in match_metric_or_groups() local
1164 struct metric *m, *tmp; in metricgroup__free_metrics() local
1181 struct metric *m; in find_tool_events() local
1208 struct metric *m; in build_combined_expr_ctx() local
1338 struct metric *m; in parse_groups() local
A Dparse-branch-options.c9 #define BRANCH_OPT(n, m) \ argument
/tools/perf/trace/beauty/include/uapi/linux/
A 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/include/uapi/linux/
A 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/arch/arm64/include/asm/
A Dsysreg.h224 #define SYS_TRCCIDCVR(m) sys_reg(2, 1, 3, ((m & 7) << 1), 0) argument
227 #define SYS_TRCCNTCTLR(m) sys_reg(2, 1, 0, (4 | (m & 3)), 5) argument
229 #define SYS_TRCCNTVR(m) sys_reg(2, 1, 0, (8 | (m & 3)), 5) argument
250 #define SYS_TRCIMSPEC(m) sys_reg(2, 1, 0, (m & 7), 7) argument
257 #define SYS_TRCSEQEVR(m) sys_reg(2, 1, 0, (m & 3), 4) argument
260 #define SYS_TRCSSCCR(m) sys_reg(2, 1, 1, (m & 7), 2) argument
261 #define SYS_TRCSSCSR(m) sys_reg(2, 1, 1, (8 | (m & 7)), 2) argument
262 #define SYS_TRCSSPCICR(m) sys_reg(2, 1, 1, (m & 7), 3) argument
605 #define __AMEV_op2(m) (m & 0x7) argument
606 #define __AMEV_CRm(n, m) (n | ((m & 0x8) >> 3)) argument
[all …]
/tools/perf/tests/
A Dsample-parsing.c20 #define COMP(m) do { \ argument
27 #define MCOMP(m) do { \ argument
A Dkmod-path.c13 struct kmod_path m; in test() local
/tools/testing/selftests/bpf/
A Dbpf_rand.h15 #define bpf_rand_ux(x, m) \ argument
/tools/testing/selftests/livepatch/test_modules/
A Dtest_klp_livepatch.c11 static int livepatch_cmdline_proc_show(struct seq_file *m, void *v) in livepatch_cmdline_proc_show()
A Dtest_klp_atomic_replace.c15 static int livepatch_meminfo_proc_show(struct seq_file *m, void *v) in livepatch_meminfo_proc_show()
/tools/testing/selftests/sgx/
A Dsigstruct.c28 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/perf/bench/
A Dsched-pipe.c175 int ret, m; in read_pipe() local
191 int i, ret, m = 0; in worker_thread() local
/tools/testing/selftests/bpf/prog_tests/
A Dbtf_write.c11 const struct btf_member *m; in gen_btf() local
A Dskeleton.c26 void *m; in test_skeleton() local
/tools/include/linux/
A Dprandom.h14 static inline u32 __seed(u32 x, u32 m) in __seed()
/tools/build/
A Dfixdep.c49 char *m = map; in parse_dep_file() local

Completed in 107 milliseconds

1234