Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dtrace.h1197 TP_PROTO(unsigned int tcon_debug_id, int ref,
1199 TP_ARGS(tcon_debug_id, ref, trace),
1206 __entry->tcon = tcon_debug_id;
H A Dmisc.c117 static atomic_t tcon_debug_id; in tcon_info_alloc() local
134 ret_buf->debug_id = atomic_inc_return(&tcon_debug_id); in tcon_info_alloc()