Home
last modified time | relevance | path

Searched refs:show_details (Results 1 – 2 of 2) 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()