Searched refs:toss (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | debug_fs.c | 428 int toss = (seq->op == &format4_seq_ops); in table_seq_start() local 450 tree = toss ? &ls->ls_rsbtbl[bucket].toss : &ls->ls_rsbtbl[bucket].keep; in table_seq_start() 482 tree = toss ? &ls->ls_rsbtbl[bucket].toss : &ls->ls_rsbtbl[bucket].keep; in table_seq_start() 508 int toss = (seq->op == &format4_seq_ops); in table_seq_next() local 548 tree = toss ? &ls->ls_rsbtbl[bucket].toss : &ls->ls_rsbtbl[bucket].keep; in table_seq_next()
|
H A D | recover.c | 913 if (!RB_EMPTY_ROOT(&ls->ls_rsbtbl[i].toss)) in dlm_create_root_list() 914 log_error(ls, "dlm_create_root_list toss not empty"); in dlm_create_root_list() 943 for (n = rb_first(&ls->ls_rsbtbl[i].toss); n; n = next) { in dlm_clear_toss() 946 rb_erase(n, &ls->ls_rsbtbl[i].toss); in dlm_clear_toss()
|
H A D | lockspace.c | 514 ls->ls_rsbtbl[i].toss.rb_node = NULL; in new_lockspace() 818 while ((n = rb_first(&ls->ls_rsbtbl[i].toss))) { in release_lockspace() 820 rb_erase(n, &ls->ls_rsbtbl[i].toss); in release_lockspace()
|
H A D | dir.c | 210 rv = dlm_search_rsb_tree(&ls->ls_rsbtbl[bucket].toss, in find_rsb_root()
|
H A D | lock.c | 508 * Searching for an rsb means looking through both the normal list and toss 509 * list. When found on the toss list the rsb is moved to the normal list with 513 * rsb's on the toss list are not being used locally, and are not refcounted. 515 * The toss list rsb's were either 517 * moved to toss list when last refcount dropped) 518 * - created and put on toss list as a directory record for a lookup 523 * So, if the given rsb is on the toss list, it is moved to the keep list 528 * toss list. 530 * rsb's on both keep and toss lists are used for doing a name to master 533 * only exist for name/master lookups are on the toss lis [all...] |
H A D | dlm_internal.h | 109 struct rb_root toss; member
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | debug_fs.c | 485 int toss = (seq->op == &format4_seq_ops); in table_seq_start() local 509 tree = toss ? &ls->ls_rsbtbl[bucket].toss : &ls->ls_rsbtbl[bucket].keep; in table_seq_start() 541 tree = toss ? &ls->ls_rsbtbl[bucket].toss : &ls->ls_rsbtbl[bucket].keep; in table_seq_start() 567 int toss = (seq->op == &format4_seq_ops); in table_seq_next() local 607 tree = toss ? &ls->ls_rsbtbl[bucket].toss : &ls->ls_rsbtbl[bucket].keep; in table_seq_next()
|
H A D | recover.c | 915 if (!RB_EMPTY_ROOT(&ls->ls_rsbtbl[i].toss)) in dlm_create_root_list() 916 log_error(ls, "dlm_create_root_list toss not empty"); in dlm_create_root_list() 945 for (n = rb_first(&ls->ls_rsbtbl[i].toss); n; n = next) { in dlm_clear_toss() 948 rb_erase(n, &ls->ls_rsbtbl[i].toss); in dlm_clear_toss()
|
H A D | lockspace.c | 503 ls->ls_rsbtbl[i].toss.rb_node = NULL; in new_lockspace() 843 while ((n = rb_first(&ls->ls_rsbtbl[i].toss))) { in release_lockspace() 845 rb_erase(n, &ls->ls_rsbtbl[i].toss); in release_lockspace()
|
H A D | dir.c | 212 rv = dlm_search_rsb_tree(&ls->ls_rsbtbl[bucket].toss, in find_rsb_root()
|
H A D | lock.c | 503 * Searching for an rsb means looking through both the normal list and toss 504 * list. When found on the toss list the rsb is moved to the normal list with 508 * rsb's on the toss list are not being used locally, and are not refcounted. 510 * The toss list rsb's were either 512 * moved to toss list when last refcount dropped) 513 * - created and put on toss list as a directory record for a lookup 518 * So, if the given rsb is on the toss list, it is moved to the keep list 523 * toss list. 525 * rsb's on both keep and toss lists are used for doing a name to master 528 * only exist for name/master lookups are on the toss lis [all...] |
H A D | dlm_internal.h | 106 struct rb_root toss; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 6877 wiphy_err(wlc->wiphy, "txfifo: fatal, toss frames !!!\n"); in brcms_c_txfifo() 7618 goto toss; in brcms_c_recv() 7628 goto toss; in brcms_c_recv() 7633 goto toss; in brcms_c_recv() 7638 goto toss; in brcms_c_recv() 7643 toss: in brcms_c_recv()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 6876 wiphy_err(wlc->wiphy, "txfifo: fatal, toss frames !!!\n"); in brcms_c_txfifo() 7617 goto toss; in brcms_c_recv() 7627 goto toss; in brcms_c_recv() 7632 goto toss; in brcms_c_recv() 7637 goto toss; in brcms_c_recv() 7642 toss: in brcms_c_recv()
|
Completed in 35 milliseconds