Searched refs:is_free (Results 1 - 13 of 13) sorted by relevance

/linux-master/mm/kasan/
H A Dtags.c98 gfp_t gfp_flags, bool is_free)
130 entry->is_free = is_free;
97 save_stack_info(struct kmem_cache *cache, void *object, gfp_t gfp_flags, bool is_free) argument
H A Dreport_tags.c66 if (entry->is_free) {
H A Dkasan.h302 bool is_free; member in struct:kasan_stack_ring_entry
/linux-master/fs/xfs/scrub/
H A Drtbitmap.c212 bool is_free; local
222 endext - startext + 1, &is_free);
225 if (is_free)
/linux-master/fs/jfs/
H A Djfs_imap.h153 bool is_free, struct tblock * tblk);
H A Djfs_imap.c2715 * is_free - If 'true' indicates inode should be marked freed, otherwise
2723 unsigned long inum, bool is_free, struct tblock * tblk)
2761 if (is_free) {
2722 diUpdatePMap(struct inode *ipimap, unsigned long inum, bool is_free, struct tblock * tblk) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c1032 int is_free; local
1048 &is_free);
1057 if (is_free) {
1097 bool *is_free)
1112 *is_free = matches;
1092 xfs_rtalloc_extent_is_free( struct xfs_mount *mp, struct xfs_trans *tp, xfs_rtxnum_t start, xfs_rtxlen_t len, bool *is_free) argument
H A Dxfs_rtbitmap.h339 bool *is_free);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-mailbox.c134 int is_free = flags == IVTV_MBOX_FREE || (flags & IVTV_MBOX_FIRMWARE_DONE); local
137 if (is_free && !test_and_set_bit(mb, &mbdata->busy)) {
/linux-master/mm/
H A Dz3fold.c283 bool is_free; local
300 is_free = true;
303 is_free = false;
309 if (is_free) {
/linux-master/drivers/dma/
H A Dste_dma40.c1825 bool is_free = false; local
1831 is_free = true;
1846 is_free = ((phy->allocated_src | phy->allocated_dst) ==
1851 return is_free;
/linux-master/drivers/md/
H A Dmd.c796 bool is_free = 0; local
799 while (!is_free) {
806 is_free = !mddev_find_locked(dev);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8388 static void hclge_update_umv_space(struct hclge_vport *vport, bool is_free) argument
8392 if (is_free) {

Completed in 329 milliseconds