Home
last modified time | relevance | path

Searched refs:is_free (Results 1 – 9 of 9) sorted by relevance

/linux/mm/kasan/
H A Dtags.c98 gfp_t gfp_flags, bool is_free) in save_stack_info() argument
130 entry->is_free = is_free; in save_stack_info()
H A Dreport_tags.c66 if (entry->is_free) { in kasan_complete_mode_report_info()
H A Dkasan.h302 bool is_free; member
/linux/fs/xfs/scrub/
H A Drtbitmap.c278 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()
/linux/fs/jfs/
H A Djfs_imap.h153 bool is_free, struct tblock * tblk);
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h408 xfs_rtxnum_t start, xfs_rtxlen_t len, bool *is_free);
/linux/drivers/dma/
H A Dste_dma40.c1822 bool is_free = false; in d40_alloc_mask_free() local
1828 is_free = true; in d40_alloc_mask_free()
1843 is_free = ((phy->allocated_src | phy->allocated_dst) == in d40_alloc_mask_free()
1848 return is_free; in d40_alloc_mask_free()
/linux/drivers/md/
H A Dmd.c837 bool is_free = 0; in mddev_alloc_unit() local
840 while (!is_free) { in mddev_alloc_unit()
847 is_free = !mddev_find_locked(dev); in mddev_alloc_unit()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8485 static void hclge_update_umv_space(struct hclge_vport *vport, bool is_free) in hclge_update_umv_space() argument
8489 if (is_free) { in hclge_update_umv_space()