Home
last modified time | relevance | path

Searched refs:ll_count (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dtol_misc.c56 ll->ll_count = 0; in smb_llist_constructor()
71 ASSERT(ll->ll_count == 0); in smb_llist_destructor()
133 ++ll->ll_count; in smb_llist_insert_head()
150 ++ll->ll_count; in smb_llist_insert_tail()
166 --ll->ll_count; in smb_llist_remove()
178 return (ll->ll_count); in smb_llist_get_count()
H A Dtol_main.c136 printf(" ofile_cnt=%d\n", node->n_ofile_list.ll_count); in do_show()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c914 se->s_user_list.ll_count); in smbsess_dcmd()
919 se->s_xa_list.ll_count); in smbsess_dcmd()
2008 mdb_printf("%-6u ", bucket->b_list.ll_count); in smbhashstat_cb()
2011 bucket->b_list.ll_count) / 2); in smbhashstat_cb()
2652 mdb_printf("Ofiles: %u\n", node.n_ofile_list.ll_count); in smbnode_dcmd()
2653 if (node.n_ofile_list.ll_count != 0 && nol_off != -1) { in smbnode_dcmd()
2664 node.n_lock_list.ll_count); in smbnode_dcmd()
2665 if (node.n_lock_list.ll_count != 0) { in smbnode_dcmd()
2676 node.n_wlock_list.ll_count); in smbnode_dcmd()
2677 if (node.n_wlock_list.ll_count != 0 && wll_off != -1) { in smbnode_dcmd()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c621 ll->ll_count = 0; in smb_llist_constructor()
636 ASSERT(ll->ll_count == 0); in smb_llist_destructor()
764 ++ll->ll_count; in smb_llist_insert_head()
781 ++ll->ll_count; in smb_llist_insert_tail()
797 --ll->ll_count; in smb_llist_remove()
809 return (ll->ll_count); in smb_llist_get_count()
H A Dsmb_node.c1280 VERIFY(node->n_lock_list.ll_count == 0); in smb_node_free()
1281 VERIFY(node->n_wlock_list.ll_count == 0); in smb_node_free()
1282 VERIFY(node->n_ofile_list.ll_count == 0); in smb_node_free()
H A Dsmb_lock.c1202 (void *)node, node->n_lock_list.ll_count); in smb_lock_dumpnode()
1206 (void *)node, node->n_wlock_list.ll_count); in smb_lock_dumpnode()
H A Dsmb_server.c1621 while (sv->sv_session_list.ll_count != 0) { in smb_server_shutdown()
1626 sv->sv_session_list.ll_count); in smb_server_shutdown()
1631 while (sv->sv_session_list.ll_count != 0) { in smb_server_shutdown()
2815 count = ll->ll_count; in smb_server_destroy_session()
H A Dsmb2_durable.c1251 vec_sz = (llist->ll_count + 1) * sizeof (struct nvlk); in smb2_dh_update_locks()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/smbsrv/
H A Dsmb_ktypes.h70 uint32_t ll_count; member
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h399 uint32_t ll_count; member