Searched refs:jw (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/bpf/bpftool/ |
| D | btf_dumper.c | 25 static void btf_dumper_ptr(const void *data, json_writer_t *jw, in btf_dumper_ptr() argument 29 jsonw_printf(jw, "%p", data); in btf_dumper_ptr() 31 jsonw_printf(jw, "%lu", *(unsigned long *)data); in btf_dumper_ptr() 46 static void btf_dumper_enum(const void *data, json_writer_t *jw) in btf_dumper_enum() argument 48 jsonw_printf(jw, "%d", *(int *)data); in btf_dumper_enum() 64 jsonw_start_array(d->jw); in btf_dumper_array() 72 jsonw_end_array(d->jw); in btf_dumper_array() 76 static void btf_int128_print(json_writer_t *jw, const void *data, in btf_int128_print() argument 98 jsonw_printf(jw, "0x%llx", lower_num); in btf_int128_print() 100 jsonw_printf(jw, "0x%llx%016llx", upper_num, lower_num); in btf_int128_print() [all …]
|
| D | map.c | 156 jsonw_start_object(d->jw); in do_dump_btf() 159 jsonw_name(d->jw, "key"); in do_dump_btf() 167 jsonw_name(d->jw, "value"); in do_dump_btf() 172 jsonw_name(d->jw, "values"); in do_dump_btf() 173 jsonw_start_array(d->jw); in do_dump_btf() 177 jsonw_start_object(d->jw); in do_dump_btf() 178 jsonw_int_field(d->jw, "cpu", i); in do_dump_btf() 179 jsonw_name(d->jw, "value"); in do_dump_btf() 182 jsonw_end_object(d->jw); in do_dump_btf() 186 jsonw_end_array(d->jw); in do_dump_btf() [all …]
|
| D | main.h | 200 json_writer_t *jw; member
|
| /Linux-v5.4/kernel/rcu/ |
| D | tree_stall.h | 558 unsigned long jw; in show_rcu_gp_kthreads() local 565 jw = j - READ_ONCE(rcu_state.gp_wake_time); in show_rcu_gp_kthreads() 570 ja, jr, jw, (long)READ_ONCE(rcu_state.gp_wake_seq), in show_rcu_gp_kthreads()
|