Home
last modified time | relevance | path

Searched refs:toss (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Ddebug_fs.c428 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 Drecover.c913 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 Dlockspace.c514 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 Ddir.c210 rv = dlm_search_rsb_tree(&ls->ls_rsbtbl[bucket].toss, in find_rsb_root()
H A Dlock.c508 * 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 Ddlm_internal.h109 struct rb_root toss; member
/kernel/linux/linux-6.6/fs/dlm/
H A Ddebug_fs.c485 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 Drecover.c915 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 Dlockspace.c503 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 Ddir.c212 rv = dlm_search_rsb_tree(&ls->ls_rsbtbl[bucket].toss, in find_rsb_root()
H A Dlock.c503 * 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 Ddlm_internal.h106 struct rb_root toss; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c6877 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 Dmain.c6876 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