Searched refs:MAX (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | scheduler.c | 45 #define MAX(a, b) ((a) >= (b) ? (a) : (b)) macro 83 s->max_fd = MAX(event->fd, s->max_fd); in scheduler_prepare_events() 88 s->max_fd = MAX(event->fd, s->max_fd); in scheduler_prepare_events() 93 s->max_fd = MAX(event->fd, s->max_fd); in scheduler_prepare_events()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | acpi.h | 141 #define MAX_MADT_ENTRIES MAX(256, 2 * NR_CPUS) 143 #define MAX_LOCAL_APIC MAX(256, 4 * NR_CPUS)
|
A D | mpspec_def.h | 17 #define MAX_APICS MAX(256, 4 * NR_CPUS)
|
A D | cpuid.h | 67 #define CPUID_GUEST_NR_EXTD MAX(CPUID_GUEST_NR_EXTD_INTEL, \
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | kernel.h | 43 #define MAX(x,y) ((x) > (y) ? (x) : (y)) macro
|
A D | sched.h | 73 #define MAX_NR_EVTCHNS MAX(EVTCHN_2L_NR_CHANNELS, EVTCHN_FIFO_NR_CHANNELS)
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | dialog.h | 63 #define MAX(x,y) (x > y ? x : y) macro
|
A D | checklist.c | 182 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist()
|
A D | menubox.c | 321 choice = MAX(choice - 1, 0); in dialog_menu()
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | libvhd.h | 72 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd.c | 618 eom = MAX(eom, bat_end); in vhd_end_of_headers() 633 eom = MAX(eom, hdr_end); in vhd_end_of_headers() 638 eom = MAX(eom, map_end); in vhd_end_of_headers() 652 eom = MAX(eom, loc_end); in vhd_end_of_headers() 694 max = MAX(blk, max); in vhd_end_of_data()
|
A D | vhd-util-resize.c | 576 next = MAX(next, end); in vhd_next_block_offset()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | timer.c | 510 (deadline == STIME_MAX) ? 0 : MAX(deadline, now + timer_slop); in timer_softirq_action()
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 53 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
Completed in 27 milliseconds