Home
last modified time | relevance | path

Searched refs:is_free (Results 1 – 8 of 8) 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/md/
H A Dmd.c839 bool is_free = 0; in mddev_alloc_unit() local
842 while (!is_free) { in mddev_alloc_unit()
849 is_free = !mddev_find_locked(dev); in mddev_alloc_unit()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6215 static void hclge_update_umv_space(struct hclge_vport *vport, bool is_free) in hclge_update_umv_space() argument
6219 if (is_free) { in hclge_update_umv_space()