Home
last modified time | relevance | path

Searched refs:show_details (Results 1 – 3 of 3) sorted by relevance

/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c127 static bool show_details;
479 show_details ? "-" : "", in decode_bits()
480 show_details ? bdesc->detail : "" in decode_bits()
491 show_details ? "-" : "", in show_leaf()
492 show_details ? bdesc->detail : "" in show_leaf()
500 if (show_details && has_entries) in show_leaf()
514 if (!show_raw && show_details) in show_func()
622 show_details = true; in parse_options()
81 static bool show_details; global() variable
/linux/drivers/infiniband/core/
H A Drestrack.c65 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()
H A Dnldev.c440 bool show_details) in fill_res_info() argument
465 curr = rdma_restrack_count(device, i, show_details); in fill_res_info()
1346 bool show_details = false; in nldev_res_get_doit() local
1363 show_details = nla_get_u8(tb[RDMA_NLDEV_ATTR_DRIVER_DETAILS]); in nldev_res_get_doit()
1379 ret = fill_res_info(msg, device, show_details); in nldev_res_get_doit()
1580 bool show_details = false; in res_get_common_dumpit() local
1610 show_details = nla_get_u8(tb[RDMA_NLDEV_ATTR_DRIVER_DETAILS]); in res_get_common_dumpit()
1649 if (xa_get_mark(&rt->xa, res->id, RESTRACK_DD) && !show_details) in res_get_common_dumpit()
2794 bool show_details = false; in nldev_frmr_pools_get_dumpit() local
2812 show_details = nla_get_u8(tb[RDMA_NLDEV_ATTR_DRIVER_DETAILS]); in nldev_frmr_pools_get_dumpit()
[all …]