Lines Matching refs:ENOSPC
551 return ERR_PTR(-ENOSPC); in __alloc_range_bias()
664 return ERR_PTR(-ENOSPC); in alloc_from_freelist()
719 err = -ENOSPC; in __alloc_range()
733 err = -ENOSPC; in __alloc_range()
749 err = -ENOSPC; in __alloc_range()
770 if (err == -ENOSPC && total_allocated_on_err) { in __alloc_range()
814 return -ENOSPC; in __alloc_contig_try_harder()
818 return -ENOSPC; in __alloc_contig_try_harder()
825 if (!err || err != -ENOSPC) in __alloc_contig_try_harder()
839 } else if (err != -ENOSPC) { in __alloc_contig_try_harder()
847 return -ENOSPC; in __alloc_contig_try_harder()
1069 err = -ENOSPC; in drm_buddy_alloc_blocks()