Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h102 (so)->so_rcv_timer_tid = timeout(so_timer_callback, \
202 extern void so_timer_callback(void *);
H A Dsockcommon_subr.c1876 so_timer_callback(void *arg) in so_timer_callback() function