Home
last modified time | relevance | path

Searched refs:sync_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/tls/
H A Dtrace.h79 TP_PROTO(struct sock *sk, u32 tcp_seq, u8 *rec_no, int sync_type),
81 TP_ARGS(sk, tcp_seq, rec_no, sync_type),
87 __field( int, sync_type )
94 __entry->sync_type = sync_type;
100 __entry->sync_type
/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py167 sync_type = opt.s variable
170 if sync_type == "mac":
182 elif sync_type == "uuid":
/openbmc/qemu/hw/intc/
H A Dapic.c86 static void apic_sync_vapic(APICCommonState *s, int sync_type) in apic_sync_vapic() argument
96 if (sync_type & SYNC_FROM_VAPIC) { in apic_sync_vapic()
101 if (sync_type & (SYNC_TO_VAPIC | SYNC_ISR_IRR_TO_VAPIC)) { in apic_sync_vapic()
105 if (sync_type & SYNC_TO_VAPIC) { in apic_sync_vapic()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1440 enum timing_synchronization_type sync_type = NOT_SYNCHRONIZABLE; in program_timing_sync() local
1455 if (sync_type != TIMING_SYNCHRONIZABLE && in program_timing_sync()
1461 sync_type = VBLANK_SYNCHRONIZABLE; in program_timing_sync()
1466 if (sync_type != VBLANK_SYNCHRONIZABLE && in program_timing_sync()
1470 sync_type = TIMING_SYNCHRONIZABLE; in program_timing_sync()
1539 if (sync_type == TIMING_SYNCHRONIZABLE) { in program_timing_sync()
1543 if (sync_type == VBLANK_SYNCHRONIZABLE) { in program_timing_sync()