Home
last modified time | relevance | path

Searched refs:mr_used_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbdirect.h108 atomic_t mr_used_count; member
H A Dsmbdirect.c1383 while (atomic_read(&info->mr_used_count)) { in smbd_destroy()
2251 atomic_set(&info->mr_used_count, 0); in allocate_mr_list()
2328 atomic_inc(&info->mr_used_count); in get_mr()
2445 if (atomic_dec_and_test(&info->mr_used_count)) in smbd_register_mr()
2522 if (atomic_dec_and_test(&info->mr_used_count)) in smbd_deregister_mr()
H A Dcifs_debug.c337 seq_printf(m, "\nMR mr_ready_count: %x mr_used_count: %x", in cifs_debug_data_proc_show()
339 atomic_read(&server->smbd_conn->mr_used_count)); in cifs_debug_data_proc_show()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmbdirect.h108 atomic_t mr_used_count; member
H A Dsmbdirect.c1350 while (atomic_read(&info->mr_used_count)) { in smbd_destroy()
2132 atomic_set(&info->mr_used_count, 0); in allocate_mr_list()
2208 atomic_inc(&info->mr_used_count); in get_mr()
2330 if (atomic_dec_and_test(&info->mr_used_count)) in smbd_register_mr()
2407 if (atomic_dec_and_test(&info->mr_used_count)) in smbd_deregister_mr()
H A Dcifs_debug.c416 seq_printf(m, "\nMR mr_ready_count: %x mr_used_count: %x", in cifs_debug_data_proc_show()
418 atomic_read(&server->smbd_conn->mr_used_count)); in cifs_debug_data_proc_show()

Completed in 10 milliseconds