Searched refs:is_free (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/mm/kasan/ |
| H A D | tags.c | 98 gfp_t gfp_flags, bool is_free) in save_stack_info() argument 130 entry->is_free = is_free; in save_stack_info()
|
| H A D | report_tags.c | 66 if (entry->is_free) { in kasan_complete_mode_report_info()
|
| H A D | kasan.h | 302 bool is_free; member
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | rtbitmap.c | 278 bool is_free; in xchk_xref_is_used_rt_space() local 294 endext - startext + 1, &is_free); in xchk_xref_is_used_rt_space() 297 if (is_free) in xchk_xref_is_used_rt_space()
|
| H A D | repair.c | 1053 bool is_free = false; in xrep_require_rtext_inuse() local 1066 endrtx - startrtx + 1, &is_free); in xrep_require_rtext_inuse() 1069 if (is_free) in xrep_require_rtext_inuse()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.c | 1184 int is_free; in xfs_rtalloc_query_range() local 1189 &is_free); in xfs_rtalloc_query_range() 1198 if (is_free) { in xfs_rtalloc_query_range() 1233 bool *is_free) in xfs_rtalloc_extent_is_free() argument 1249 *is_free = matches; in xfs_rtalloc_extent_is_free()
|
| H A D | xfs_rtbitmap.h | 408 xfs_rtxnum_t start, xfs_rtxlen_t len, bool *is_free);
|
| /linux-6.15/fs/jfs/ |
| H A D | jfs_imap.h | 153 bool is_free, struct tblock * tblk);
|
| H A D | jfs_imap.c | 2726 unsigned long inum, bool is_free, struct tblock * tblk) in diUpdatePMap() argument 2764 if (is_free) { in diUpdatePMap()
|
| /linux-6.15/drivers/media/pci/ivtv/ |
| H A D | ivtv-mailbox.c | 134 int is_free = flags == IVTV_MBOX_FREE || (flags & IVTV_MBOX_FIRMWARE_DONE); in try_mailbox() local 137 if (is_free && !test_and_set_bit(mb, &mbdata->busy)) { in try_mailbox()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | alloc_background.c | 1192 bool is_free = a->data_type == BCH_DATA_free; in bch2_check_alloc_key() local 1193 if (need_discard_or_freespace_err_on(!!k.k->type != is_free, in bch2_check_alloc_key() 1194 trans, alloc_k, !is_free, false, true)) { in bch2_check_alloc_key() 1195 ret = bch2_btree_bit_mod_iter(trans, freespace_iter, is_free); in bch2_check_alloc_key()
|
| /linux-6.15/drivers/dma/ |
| H A D | ste_dma40.c | 1825 bool is_free = false; in d40_alloc_mask_free() local 1831 is_free = true; in d40_alloc_mask_free() 1846 is_free = ((phy->allocated_src | phy->allocated_dst) == in d40_alloc_mask_free() 1851 return is_free; in d40_alloc_mask_free()
|
| /linux-6.15/drivers/md/ |
| H A D | md.c | 721 bool is_free = 0; in mddev_alloc_unit() local 724 while (!is_free) { in mddev_alloc_unit() 731 is_free = !mddev_find_locked(dev); in mddev_alloc_unit()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 8480 static void hclge_update_umv_space(struct hclge_vport *vport, bool is_free) in hclge_update_umv_space() argument 8484 if (is_free) { in hclge_update_umv_space()
|