Searched refs:show_details (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/arch/x86/kcpuid/ |
D | kcpuid.c | 81 static bool show_details; variable 448 if (show_details) in decode_bits() 464 show_details ? "-" : "", in decode_bits() 465 show_details ? bdesc->detail : "" in decode_bits() 476 show_details ? "-" : "", in decode_bits() 477 show_details ? bdesc->detail : "" in decode_bits() 491 if (show_details) in show_leaf() 501 if (!show_raw && show_details) in show_leaf() 634 show_details = true; in parse_options()
|
/linux-6.12.1/tools/perf/bench/ |
D | numa.c | 48 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0) 54 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) 110 int show_details; member 194 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"), 1149 if (g->p.show_details >= 0) in show_summary() 1161 int details = g->p.show_details; in worker_thread() 1376 if (g->p.show_details >= 3) { in worker_process() 1408 if (g->p.show_details < 0) in print_summary() 1478 if (quiet && !g->p.show_details) in init() 1479 g->p.show_details = -1; in init() [all …]
|
/linux-6.12.1/include/rdma/ |
D | restrack.h | 123 bool show_details);
|
/linux-6.12.1/drivers/infiniband/core/ |
D | restrack.c | 65 bool show_details) in rdma_restrack_count() argument 74 if (xa_get_mark(&rt->xa, e->id, RESTRACK_DD) && !show_details) in rdma_restrack_count()
|
D | nldev.c | 423 bool show_details) in fill_res_info() argument 448 curr = rdma_restrack_count(device, i, show_details); in fill_res_info() 1329 bool show_details = false; in nldev_res_get_doit() local 1346 show_details = nla_get_u8(tb[RDMA_NLDEV_ATTR_DRIVER_DETAILS]); in nldev_res_get_doit() 1362 ret = fill_res_info(msg, device, show_details); in nldev_res_get_doit() 1562 bool show_details = false; in res_get_common_dumpit() local 1592 show_details = nla_get_u8(tb[RDMA_NLDEV_ATTR_DRIVER_DETAILS]); in res_get_common_dumpit() 1631 if (xa_get_mark(&rt->xa, res->id, RESTRACK_DD) && !show_details) in res_get_common_dumpit()
|