Searched refs:MODE_DEFAULT (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/accounting/ |
| H A D | delaytop.c | 83 #define MODE_DEFAULT (1 << 0) macro 167 SORT_FIELD(cpu, c, MODE_DEFAULT), 168 SORT_FIELD(blkio, i, MODE_DEFAULT), 169 SORT_FIELD(irq, q, MODE_DEFAULT), 170 SORT_FIELD(mem, m, MODE_DEFAULT | MODE_MEMVERBOSE), 298 cfg.display_mode = MODE_DEFAULT; in parse_args() 1020 static const size_t modes[MAX_MODE_SIZE] = {MODE_DEFAULT, MODE_MEMVERBOSE}; in toggle_display_mode()
|
| /linux/drivers/soc/qcom/ |
| H A D | ocmem.c | 30 MODE_DEFAULT = WIDE_MODE, enumerator 274 update_range(ocmem, buf, CLK_OFF, MODE_DEFAULT); in ocmem_free() 388 region->mode = MODE_DEFAULT; in ocmem_dev_probe()
|