Searched refs:show_all (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/host1x/
H A Ddebug.c78 static void show_syncpts(struct host1x *m, struct output *o, bool show_all) argument
104 if (!show_all && !min && !max && !waiters)
126 static void show_all(struct host1x *m, struct output *o, bool show_fifo) function
151 show_all(s->private, &o, true);
164 show_all(s->private, &o, false);
217 show_all(host1x, &o, true);
/linux-master/tools/perf/
H A Dbuiltin-help.c432 bool show_all = false; local
435 OPT_BOOLEAN('a', "all", &show_all, "print all available commands"),
469 if (show_all) {
H A Dbuiltin-c2c.c98 bool show_all; member in struct:perf_c2c
2110 if (c2c.show_all)
3035 OPT_BOOLEAN(0, "show-all", &c2c.show_all,
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c37 enum operation_mode_e { list = 1, show, show_all }; enumerator in enum:operation_mode_e
384 mode = show_all;
/linux-master/include/linux/ceph/
H A Dlibceph.h300 bool show_all);
/linux-master/net/ceph/
H A Dceph_common.c605 bool show_all)
666 if (show_all && (opt->flags & CEPH_OPT_ABORT_ON_FULL))
604 ceph_print_client_options(struct seq_file *m, struct ceph_client *client, bool show_all) argument

Completed in 123 milliseconds