Searched refs:held (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Drrwlock.c286 boolean_t held; local
290 held = (rrl->rr_writer == curthread);
292 held = (!zfs_refcount_is_zero(&rrl->rr_anon_rcount) ||
297 return (held);
305 panic("thread %p terminating with rrw lock %p held",
H A Ddsl_dataset.c896 * The dataset and pool must be held when this function is called. After it
897 * is called, the pool hold may be released while the dataset is still held
933 * can call dprintf_ds() with ds_lock held.
3085 boolean_t held = B_FALSE; local
3103 held = B_TRUE;
3106 if (held)
3275 * - Upon return, dataset will still be held by the same owner, whether we
/freebsd-13-stable/sys/kern/
H A Dkern_ktrace.c923 const cap_rights_t *held)
941 if (held != NULL)
942 kcf->cap_held = *held;
922 ktrcapfail(enum ktr_cap_fail_type type, const cap_rights_t *needed, const cap_rights_t *held) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c89 * called with the rangelock_t's rl_lock held, which avoids races.
223 * in to the correct AVL tree and finally the per-object lock is held. In
256 boolean_t held; local
262 held = (zh && MUTEX_HELD(&zh->zh_lock)) ? B_TRUE : B_FALSE;
265 return (held);
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h381 int held; /* member in struct:ccb_getdevstats
382 * CCBs held by peripheral drivers
H A Dcam_xpt.c2842 cgds->held = cgds->allocated - cgds->dev_active - cgds->queued;
4114 /* Release the reference count held while registered. */
4949 /* The send_mtx must be held when accessing the callout */
/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c1845 * Assumes that the SIM lock is held.
1860 "allocated %d, queued %d, held %d\n",
1862 cgds.queued, cgds.held);
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c5165 fprintf(stdout, "held %d\n", ccb->cgds.held);

Completed in 259 milliseconds