Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntsync/
H A Dntsync.c1219 &state->fp_alert, NULL); in ntsync_wait_state_get()
1221 state->fp_alert = NULL; in ntsync_wait_state_get()
1224 if (state->fp_alert->f_type != DTYPE_NTSYNC) { in ntsync_wait_state_get()
1228 obj = state->fp_alert->f_data; in ntsync_wait_state_get()
1289 if (state->fp_alert != NULL) in ntsync_wait_state_get()
1290 fdrop(state->fp_alert, td); in ntsync_wait_state_get()
1301 if (state->fp_alert != NULL) in ntsync_wait_state_put()
1302 fdrop(state->fp_alert, td); in ntsync_wait_state_put()
H A Dntsyncvar.h79 struct file *fp_alert; member