Searched refs:b_lock (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c599 smb_lock_wait(smb_request_t *sr, smb_lock_t *b_lock, smb_lock_t *c_lock) argument
639 b_lock->l_blocked_by = c_lock;
640 smb_slist_insert_tail(&c_lock->l_conflict_list, b_lock);
643 if (SMB_LOCK_INDEFINITE_WAIT(b_lock)) {
647 &c_lock->l_mutex, b_lock->l_end_time);
654 smb_slist_remove(&c_lock->l_conflict_list, b_lock);
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c457 hmp = &hbuf[index].b_lock;
533 hmp = &hbuf[i].b_lock;
589 hmp = &hp->b_lock;
793 hmp = &hp->b_lock;
891 hmp = &hbuf[i].b_lock;
925 hmp = &hp->b_lock;
968 hmp = &hp->b_lock;
1041 hmp = &hbuf[i].b_lock;
1065 hmp = &hbuf[index].b_lock;
1426 hmp = &hbuf[i].b_lock;
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_mcp.c452 * b_lock - true if it is lock false if unlock
458 static u32_t lm_loader_opcode_to_mcp_msg( lm_loader_opcode opcode, u8_t b_lock )
465 mcp_msg = b_lock ? DRV_MSG_CODE_LOAD_REQ : DRV_MSG_CODE_LOAD_DONE ;
468 mcp_msg = b_lock ? DRV_MSG_CODE_UNLOAD_REQ_WOL_EN : DRV_MSG_CODE_UNLOAD_DONE ;
471 mcp_msg = b_lock ? DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS : DRV_MSG_CODE_UNLOAD_DONE ;
474 mcp_msg = b_lock ? DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP : DRV_MSG_CODE_UNLOAD_DONE ;
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h69 * hbuf.b_lock: protects hash chains, buffer hdr freelists
244 * the hash bucket. The "b_lock" mutex protects the free list as well as
260 kmutex_t b_lock; /* lock to protect this structure */ member in struct:hbuf
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c413 hmp = &hbuf[ix].b_lock;
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h341 kmutex_t b_lock; /* lock for this board struct */ member in struct:dr_board
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h372 kmutex_t b_lock; /* lock for this board struct */ member in struct:dr_board
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c82 mutex_enter(&bucketp->b_lock);
90 mutex_exit(&bucketp->b_lock);
1456 ASSERT(mutex_owned(&bucketp->b_lock));
H A Dnfs4_vfsops.c2399 mutex_init(&bucketp->b_lock, NULL, MUTEX_DEFAULT, NULL);
H A Dnfs4_client.c3140 mutex_destroy(&bucketp->b_lock);
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c631 mutex_enter(&hp->h_bd->b_lock);
683 mutex_exit(&hp->h_bd->b_lock);
3190 mutex_init(&bp->b_lock, NULL, MUTEX_DRIVER, NULL);
3290 mutex_destroy(&bp->b_lock);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c633 mutex_enter(&hp->h_bd->b_lock);
685 mutex_exit(&hp->h_bd->b_lock);
3231 mutex_init(&bp->b_lock, NULL, MUTEX_DRIVER, NULL);
3331 mutex_destroy(&bp->b_lock);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h323 kmutex_t b_lock; member in struct:nfs4_oo_hash_bucket

Completed in 186 milliseconds