Home
last modified time | relevance | path

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

/fs/smb/client/
Dtrace.h1194 TP_PROTO(unsigned int tcon_debug_id, int ref,
1196 TP_ARGS(tcon_debug_id, ref, trace),
1203 __entry->tcon = tcon_debug_id;
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()