Searched refs:not_empty (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/fs/nilfs2/ |
| H A D | dir.c | 629 goto not_empty; in nilfs_empty_dir() 634 goto not_empty; in nilfs_empty_dir() 636 goto not_empty; in nilfs_empty_dir() 640 goto not_empty; in nilfs_empty_dir() 642 goto not_empty; in nilfs_empty_dir() 650 not_empty: in nilfs_empty_dir()
|
| /linux-6.15/fs/minix/ |
| H A D | dir.c | 387 goto not_empty; in minix_empty_dir() 390 goto not_empty; in minix_empty_dir() 392 goto not_empty; in minix_empty_dir() 394 goto not_empty; in minix_empty_dir() 401 not_empty: in minix_empty_dir()
|
| /linux-6.15/fs/ufs/ |
| H A D | dir.c | 602 goto not_empty; in ufs_empty_dir() 608 goto not_empty; in ufs_empty_dir() 610 goto not_empty; in ufs_empty_dir() 614 goto not_empty; in ufs_empty_dir() 616 goto not_empty; in ufs_empty_dir() 624 not_empty: in ufs_empty_dir()
|
| /linux-6.15/fs/ext2/ |
| H A D | dir.c | 680 goto not_empty; in ext2_empty_dir() 685 goto not_empty; in ext2_empty_dir() 687 goto not_empty; in ext2_empty_dir() 691 goto not_empty; in ext2_empty_dir() 693 goto not_empty; in ext2_empty_dir() 701 not_empty: in ext2_empty_dir()
|
| /linux-6.15/fs/affs/ |
| H A D | amigaffs.c | 248 goto not_empty; in affs_empty_dir() 250 not_empty: in affs_empty_dir()
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | net2272.h | 429 not_empty:1; member
|
| H A D | net2272.c | 749 ep->not_empty = 1; in net2272_kick_dma() 751 ep->not_empty = 0; in net2272_kick_dma() 1378 ep->not_empty = 0; in net2272_usb_reinit() 1583 if (ep->not_empty) in net2272_handle_dma()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | sta.c | 939 int i, not_empty = 0; in iwl_send_static_wepkey_cmd() local 958 not_empty = 1; in iwl_send_static_wepkey_cmd() 975 if (not_empty || send_if_empty) in iwl_send_static_wepkey_cmd()
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac_be.c | 2266 u32 val, not_empty, i; in rtw89_mac_dump_qta_lost_be() local 2278 for (not_empty = ~qempty.qempty, i = 0; not_empty != 0; not_empty >>= 1, i++) { in rtw89_mac_dump_qta_lost_be() 2279 if (!(not_empty & BIT(0))) in rtw89_mac_dump_qta_lost_be()
|
| H A D | mac.c | 216 u32 val, not_empty, i; in rtw89_mac_dump_qta_lost_ax() local 228 for (not_empty = ~qempty.qempty, i = 0; not_empty != 0; not_empty >>= 1, i++) { in rtw89_mac_dump_qta_lost_ax() 229 if (!(not_empty & BIT(0))) in rtw89_mac_dump_qta_lost_ax()
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | maple.c | 117 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 138 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 175 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 197 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 228 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 244 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 248 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 356 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 373 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() 380 MT_BUG_ON(mt, not_empty(mn)); in check_new_node() [all …]
|
| /linux-6.15/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 3132 bool not_empty = false; in il4965_static_wepkey_cmd() local 3145 not_empty = true; in il4965_static_wepkey_cmd() 3159 if (not_empty || send_if_empty) in il4965_static_wepkey_cmd()
|
| /linux-6.15/lib/ |
| H A D | test_maple_tree.c | 212 static inline __init int not_empty(struct maple_node *node) in not_empty() function
|