Searched refs:num_credits (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | transport.c | 523 wait_for_free_credits(struct TCP_Server_Info *server, const int num_credits, in wait_for_free_credits() argument 559 if (*credits < num_credits) { in wait_for_free_credits() 563 has_credits(server, credits, num_credits), t); in wait_for_free_credits() 567 server->hostname, num_credits, 0); in wait_for_free_credits() 594 if (!optype && num_credits == 1 && in wait_for_free_credits() 608 server->hostname, num_credits, in wait_for_free_credits() 627 *credits -= num_credits; in wait_for_free_credits() 628 server->in_flight += num_credits; in wait_for_free_credits()
|
H A D | cifsglob.h | 802 has_credits(struct TCP_Server_Info *server, int *credits, int num_credits) in has_credits() argument 808 return num >= num_credits; in has_credits()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | transport.c | 486 wait_for_free_credits(struct TCP_Server_Info *server, const int num_credits, in wait_for_free_credits() argument 541 if (*credits < num_credits) { in wait_for_free_credits() 547 has_credits(server, credits, num_credits), t); in wait_for_free_credits() 557 num_credits, in_flight); in wait_for_free_credits() 579 if (!optype && num_credits == 1 && in wait_for_free_credits() 600 scredits, num_credits, in_flight); in wait_for_free_credits() 618 *credits -= num_credits; in wait_for_free_credits() 619 server->in_flight += num_credits; in wait_for_free_credits() 630 -(num_credits), in_flight); in wait_for_free_credits() 632 __func__, num_credits, scredit in wait_for_free_credits() [all...] |
H A D | cifsglob.h | 836 has_credits(struct TCP_Server_Info *server, int *credits, int num_credits) in has_credits() argument 843 return num >= num_credits; in has_credits()
|
Completed in 14 milliseconds