Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 41) sorted by relevance

12

/tools/include/linux/
Dbits.h23 #define GENMASK_INPUT_CHECK(h, l) \ argument
31 #define GENMASK_INPUT_CHECK(h, l) 0 argument
34 #define __GENMASK(h, l) \ argument
37 #define GENMASK(h, l) \ argument
40 #define __GENMASK_ULL(h, l) \ argument
43 #define GENMASK_ULL(h, l) \ argument
Dbitops.h57 static inline unsigned fls_long(unsigned long l) in fls_long()
/tools/lib/subcmd/
Dparse-options.h122 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
124 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument
125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument
126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument
127 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
131 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument
132 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument
133 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
134 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument
135 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument
[all …]
/tools/perf/util/
Dmem-events.c133 size_t l = 0, i; in perf_mem__tlb_scnprintf() local
195 size_t i, l = 0; in perf_mem__lvl_scnprintf() local
261 size_t i, l = 0; in perf_mem__snp_scnprintf() local
297 int l; in perf_mem__lck_scnprintf() local
Dsrccode.c60 int l; in fill_lines() local
159 char *l, *p; in find_sourceline() local
Dstrfilter.h11 struct strfilter_node *l; /* Tree left branche (for &,|) */ member
Dprobe-event.c959 static int __show_one_line(FILE *fp, int l, bool skip, bool show_num) in __show_one_line()
988 static int _show_one_line(FILE *fp, int l, bool skip, bool show_num) in _show_one_line()
998 #define show_one_line_with_num(f,l) _show_one_line(f,l,false,true) argument
999 #define show_one_line(f,l) _show_one_line(f,l,false,false) argument
1000 #define skip_one_line(f,l) _show_one_line(f,l,true,false) argument
1001 #define show_one_line_or_eof(f,l) __show_one_line(f,l,false,false) argument
1011 int l = 1; in __show_line_range() local
Dstrfilter.c67 struct strfilter_node *l, in strfilter_node__alloc()
Djitdump.h129 size_t l = strlen(ent->name) + 1; in debug_entry_next() local
Dsort.c82 static int64_t cmp_null(const void *l, const void *r) in cmp_null()
1048 uint64_t l = 0, r = 0; in sort__daddr_cmp() local
1074 uint64_t l = 0, r = 0; in sort__iaddr_cmp() local
1237 u64 l, r; in sort__dcacheline_cmp() local
1426 uint64_t l = 0, r = 0; in sort__phys_daddr_cmp() local
Dblock-info.c216 double l, r; in block_total_cycles_pct_sort() local
/tools/testing/selftests/memfd/
Dmemfd_test.c239 ssize_t l; in mfd_assert_read() local
329 ssize_t l; in mfd_assert_write() local
409 ssize_t l; in mfd_fail_write() local
554 ssize_t l; in mfd_assert_grow_write() local
578 ssize_t l; in mfd_fail_grow_write() local
/tools/perf/
Dbuiltin-kmem.c1411 struct alloc_stat *l = a; in ptr_cmp() local
1428 struct alloc_stat *l = a; in slab_callsite_cmp() local
1445 struct alloc_stat *l = a; in hit_cmp() local
1462 struct alloc_stat *l = a; in bytes_cmp() local
1480 struct alloc_stat *l = a; in frag_cmp() local
1500 struct alloc_stat *l = a; in pingpong_cmp() local
1518 struct page_stat *l = a; in page_cmp() local
1535 struct page_stat *l = a; in page_callsite_cmp() local
1552 struct page_stat *l = a; in page_hit_cmp() local
1569 struct page_stat *l = a; in page_bytes_cmp() local
[all …]
Dbuiltin-diff.c566 s64 l, r; in block_cycles_diff_cmp() local
747 static int64_t cmp_doubles(double l, double r) in cmp_doubles()
764 double l = left->diff.period_ratio_delta; in __hist_entry__cmp_compute() local
771 double l = fabs(left->diff.period_ratio_delta); in __hist_entry__cmp_compute() local
778 double l = left->diff.period_ratio; in __hist_entry__cmp_compute() local
785 s64 l = left->diff.wdiff; in __hist_entry__cmp_compute() local
Dbuiltin-probe.c596 # define set_nobuild(s, l, c) set_option_nobuild(options, s, l, "NO_DWARF=1", c) in __cmd_probe() argument
Dbuiltin-sched.c947 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r) in thread_lat_cmp()
1359 static int pid_cmp(struct work_atoms *l, struct work_atoms *r) in pid_cmp()
1370 static int avg_cmp(struct work_atoms *l, struct work_atoms *r) in avg_cmp()
1391 static int max_cmp(struct work_atoms *l, struct work_atoms *r) in max_cmp()
1401 static int switch_cmp(struct work_atoms *l, struct work_atoms *r) in switch_cmp()
1411 static int runtime_cmp(struct work_atoms *l, struct work_atoms *r) in runtime_cmp()
/tools/bpf/bpftool/
Dcfg.c18 struct list_head l; member
27 struct list_head l; member
39 struct list_head l; member
Dxlated_dumper.c125 unsigned int l = strlen(fmt); in print_insn_json() local
/tools/lib/lockdep/
Dpreload.c104 struct lock_lookup *l; in __get_lock_node() local
178 struct lock_lookup *l; in __get_lock() local
/tools/testing/radix-tree/
Dbenchmark.c20 int l, loops = 1; in benchmark_iter() local
/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c52 struct list_head l; member
/tools/testing/selftests/vm/
Dthuge-gen.c55 int l = 0; in ilog2() local
/tools/power/x86/intel-speed-select/
Disst.h33 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (sizeof(long) * 8 - 1 - (h)))) argument
34 #define GENMASK_ULL(h, l) \ argument
/tools/testing/selftests/x86/
Dsigreturn.c352 bool l = (ar & (1 << 21)); in cs_bitness() local
/tools/vm/
Dslabinfo.c221 size_t l; in read_slab_obj() local
240 size_t l; in read_debug_slab_obj() local

12