Home
last modified time | relevance | path

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

/Linux-v6.6/net/tls/
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
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1485 enum timing_synchronization_type sync_type = NOT_SYNCHRONIZABLE; in program_timing_sync() local
1500 if (sync_type != TIMING_SYNCHRONIZABLE && in program_timing_sync()
1506 sync_type = VBLANK_SYNCHRONIZABLE; in program_timing_sync()
1511 if (sync_type != VBLANK_SYNCHRONIZABLE && in program_timing_sync()
1515 sync_type = TIMING_SYNCHRONIZABLE; in program_timing_sync()
1584 if (sync_type == TIMING_SYNCHRONIZABLE) { in program_timing_sync()
1588 if (sync_type == VBLANK_SYNCHRONIZABLE) { in program_timing_sync()