Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 14 of 14) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dscheduler.c45 #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 Dacpi.h141 #define MAX_MADT_ENTRIES MAX(256, 2 * NR_CPUS)
143 #define MAX_LOCAL_APIC MAX(256, 4 * NR_CPUS)
A Dmpspec_def.h17 #define MAX_APICS MAX(256, 4 * NR_CPUS)
A Dcpuid.h67 #define CPUID_GUEST_NR_EXTD MAX(CPUID_GUEST_NR_EXTD_INTEL, \
/xen-4.10.0-shim-comet/xen/include/xen/
A Dkernel.h43 #define MAX(x,y) ((x) > (y) ? (x) : (y)) macro
A Dsched.h73 #define MAX_NR_EVTCHNS MAX(EVTCHN_2L_NR_CHANNELS, EVTCHN_FIFO_NR_CHANNELS)
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Ddialog.h63 #define MAX(x,y) (x > y ? x : y) macro
A Dchecklist.c182 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist()
A Dmenubox.c321 choice = MAX(choice - 1, 0); in dialog_menu()
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dlibvhd.h72 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dlibvhd.c618 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 Dvhd-util-resize.c576 next = MAX(next, end); in vhd_next_block_offset()
/xen-4.10.0-shim-comet/xen/common/
A Dtimer.c510 (deadline == STIME_MAX) ? 0 : MAX(deadline, now + timer_slop); in timer_softirq_action()
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dio.c53 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro

Completed in 27 milliseconds