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.c97 static void apic_sync_vapic(APICCommonState *s, int sync_type) in apic_sync_vapic() argument
107 if (sync_type & SYNC_FROM_VAPIC) { in apic_sync_vapic()
112 if (sync_type & (SYNC_TO_VAPIC | SYNC_ISR_IRR_TO_VAPIC)) { in apic_sync_vapic()
116 if (sync_type & SYNC_TO_VAPIC) { in apic_sync_vapic()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1441 enum timing_synchronization_type sync_type = NOT_SYNCHRONIZABLE; in program_timing_sync() local
1456 if (sync_type != TIMING_SYNCHRONIZABLE && in program_timing_sync()
1462 sync_type = VBLANK_SYNCHRONIZABLE; in program_timing_sync()
1467 if (sync_type != VBLANK_SYNCHRONIZABLE && in program_timing_sync()
1471 sync_type = TIMING_SYNCHRONIZABLE; in program_timing_sync()
1540 if (sync_type == TIMING_SYNCHRONIZABLE) { in program_timing_sync()
1544 if (sync_type == VBLANK_SYNCHRONIZABLE) { in program_timing_sync()