Lines Matching refs:ENOSPC
672 return ERR_PTR(-ENOSPC); in __alloc_range_bias()
777 return ERR_PTR(-ENOSPC); in alloc_from_freetree()
832 err = -ENOSPC; in __alloc_range()
846 err = -ENOSPC; in __alloc_range()
862 err = -ENOSPC; in __alloc_range()
883 if (err == -ENOSPC && total_allocated_on_err) { in __alloc_range()
926 return -ENOSPC; in __alloc_contig_try_harder()
944 if (!err || err != -ENOSPC) in __alloc_contig_try_harder()
958 } else if (err != -ENOSPC) { in __alloc_contig_try_harder()
969 return -ENOSPC; in __alloc_contig_try_harder()
1200 err = -ENOSPC; in drm_buddy_alloc_blocks()