| /OK3568_Linux_fs/kernel/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 | 914 if (!RB_EMPTY_ROOT(&ls->ls_rsbtbl[i].toss)) in dlm_create_root_list() 944 for (n = rb_first(&ls->ls_rsbtbl[i].toss); n; n = next) { in dlm_clear_toss() 947 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 | lock.c | 608 error = dlm_search_rsb_tree(&ls->ls_rsbtbl[b].toss, name, len, &r); in find_rsb_dir() 648 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in find_rsb_dir() 752 error = dlm_search_rsb_tree(&ls->ls_rsbtbl[b].toss, name, len, &r); in find_rsb_nodir() 783 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in find_rsb_nodir() 958 error = dlm_search_rsb_tree(&ls->ls_rsbtbl[b].toss, name, len, &r); in dlm_master_lookup() 1066 error = rsb_insert(r, &ls->ls_rsbtbl[b].toss); in dlm_master_lookup() 1114 error = dlm_search_rsb_tree(&ls->ls_rsbtbl[b].toss, name, len, &r); in dlm_dump_rsb_name() 1131 rsb_insert(r, &ls->ls_rsbtbl[r->res_bucket].toss); in toss_rsb() 1669 for (n = rb_first(&ls->ls_rsbtbl[b].toss); n; n = next) { in shrink_bucket() 1714 rb_erase(&r->res_hashnode, &ls->ls_rsbtbl[b].toss); in shrink_bucket() [all …]
|
| H A D | dir.c | 210 rv = dlm_search_rsb_tree(&ls->ls_rsbtbl[bucket].toss, in find_rsb_root()
|
| H A D | dlm_internal.h | 109 struct rb_root toss; member
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | nf_conntrack-sysctl.rst | 52 purpose, the fragment handler will toss packets until
|
| H A D | ip-sysctl.rst | 1792 the fragment handler will toss packets until ip6frag_low_thresh
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 100-use-xtools.patch | 74 # oh well, toss an error
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pcie.c | 2965 goto toss; in dhd_bus_txdata() 2990 goto toss; in dhd_bus_txdata() 3028 goto toss; in dhd_bus_txdata() 3046 goto toss; in dhd_bus_txdata() 3059 goto toss; in dhd_bus_txdata() 3067 toss: in dhd_bus_txdata()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pcie.c | 5826 goto toss; in BCMFASTPATH() 5851 goto toss; in BCMFASTPATH() 5889 goto toss; in BCMFASTPATH() 5927 goto toss; in BCMFASTPATH() 5948 goto toss; in BCMFASTPATH() 5956 goto toss; in BCMFASTPATH() 5962 goto toss; in BCMFASTPATH() 5971 toss: in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pcie.c | 5819 goto toss; in BCMFASTPATH() 5844 goto toss; in BCMFASTPATH() 5882 goto toss; in BCMFASTPATH() 5920 goto toss; in BCMFASTPATH() 5941 goto toss; in BCMFASTPATH() 5949 goto toss; in BCMFASTPATH() 5955 goto toss; in BCMFASTPATH() 5964 toss: in BCMFASTPATH()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pcie.c | 4242 goto toss; in dhd_bus_txdata() 4267 goto toss; in dhd_bus_txdata() 4305 goto toss; in dhd_bus_txdata() 4323 goto toss; in dhd_bus_txdata() 4336 goto toss; in dhd_bus_txdata() 4344 toss: in dhd_bus_txdata()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pcie.c | 4234 goto toss; in dhd_bus_txdata() 4259 goto toss; in dhd_bus_txdata() 4297 goto toss; in dhd_bus_txdata() 4315 goto toss; in dhd_bus_txdata() 4328 goto toss; in dhd_bus_txdata() 4336 toss: in dhd_bus_txdata()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pcie.c | 4234 goto toss; in dhd_bus_txdata() 4259 goto toss; in dhd_bus_txdata() 4297 goto toss; in dhd_bus_txdata() 4315 goto toss; in dhd_bus_txdata() 4328 goto toss; in dhd_bus_txdata() 4336 toss: in dhd_bus_txdata()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 4778 This is part of a game program called ‘caber-toss’ that manipulates a 4788 -rwsr-xr-x 1 games 184422 Jul 30 15:17 caber-toss
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 4778 This is part of a game program called ‘caber-toss’ that manipulates a 4788 -rwsr-xr-x 1 games 184422 Jul 30 15:17 caber-toss
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 165186 ScreenRec we want to render to. If not, toss the GC and create a new one. This
|