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

/linux-master/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;
98 "sk=%p tcp_seq=%u rec_no=%llu sync_type=%d",
100 __entry->sync_type
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1564 enum timing_synchronization_type sync_type = NOT_SYNCHRONIZABLE; local
1579 if (sync_type != TIMING_SYNCHRONIZABLE &&
1585 sync_type = VBLANK_SYNCHRONIZABLE;
1590 if (sync_type != VBLANK_SYNCHRONIZABLE &&
1594 sync_type = TIMING_SYNCHRONIZABLE;
1664 if (sync_type == TIMING_SYNCHRONIZABLE) {
1668 if (sync_type == VBLANK_SYNCHRONIZABLE) {

Completed in 132 milliseconds