Searched refs:min_t (Results 1 – 4 of 4) sorted by relevance
/tools/perf/scripts/python/ |
D | powerpc-hcalls.py | 168 min_t = output[opcode]['min'] 171 print(print_ptrn % (h_name, cnt, min_t, max_t, time//cnt))
|
/tools/include/linux/ |
D | kernel.h | 58 #define min_t(type, x, y) min((type)x, (type)y) macro
|
/tools/testing/scatterlist/linux/ |
D | mm.h | 72 #define min_t(type, x, y) \ macro
|
/tools/vm/ |
D | page-types.c | 213 #define min_t(type, x, y) ({ \ macro 686 batch = min_t(unsigned long, count, KPAGEFLAGS_BATCH); in walk_pfn() 736 batch = min_t(unsigned long, count, PAGEMAP_BATCH); in walk_vma() 769 index = min_t(unsigned long, pg_end[i], end); in walk_task() 782 opt_size[nr_addr_ranges] = min_t(unsigned long, size, ULONG_MAX-offset); in add_addr_range()
|