HomeSort by: relevance | last modified time | path
    Searched refs:__GFP_WAIT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
gfp.h 45 __GFP_IO | __GFP_WAIT)
46 #define GFP_KERNEL (__GFP_FS | __GFP_IO | __GFP_WAIT)
47 #define GFP_TEMPORARY (__GFP_FS | __GFP_IO | __GFP_RECLAIMABLE | __GFP_WAIT)
48 #define GFP_USER (__GFP_FS | __GFP_HARDWALL | __GFP_IO | __GFP_WAIT)
63 #define __GFP_WAIT __BIT(11)
75 * __GFP_WAIT.
84 return (gfp & (__GFP_WAIT|__GFP_NORETRY)) == __GFP_WAIT;
slab.h 60 /* Pretend this was the same as not passing __GFP_WAIT. */
63 gfp &= ~__GFP_WAIT;
76 ((gfp & ~__GFP_WAIT) == (GFP_KERNEL & ~__GFP_WAIT)));
78 if (ISSET(gfp, __GFP_WAIT)) {
80 gfp &= ~__GFP_WAIT;
246 if (gfp & __GFP_WAIT)
  /src/sys/external/bsd/drm2/linux/
linux_idr.c 289 km_flag_t kmflag = ISSET(gfp, __GFP_WAIT) ? KM_SLEEP : KM_NOSLEEP;
294 if (ISSET(gfp, __GFP_WAIT))
303 if (!ISSET(gfp, __GFP_WAIT))
328 KASSERT(node != NULL || !ISSET(gfp, __GFP_WAIT));
345 if (ISSET(gfp, __GFP_WAIT))
linux_xa.c 132 n = kmem_zalloc(sizeof(*n), gfp & __GFP_WAIT ? KM_SLEEP : KM_NOSLEEP);
165 n = kmem_zalloc(sizeof(*n), gfp & __GFP_WAIT ? KM_SLEEP : KM_NOSLEEP);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gtt.c 288 if (gfp & __GFP_WAIT)
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 1912 if ((mem_flags & __GFP_WAIT) == __GFP_WAIT)

Completed in 15 milliseconds