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

  /src/sys/external/bsd/common/include/linux/
tasklet.h 50 #define tasklet_trylock linux_tasklet_trylock macro
93 bool tasklet_trylock(struct tasklet_struct *);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem.h 92 while (!tasklet_trylock(t))
  /src/sys/external/bsd/common/linux/
linux_tasklet.c 235 if (!tasklet_trylock(tasklet)) {
496 * tasklet_trylock(tasklet)
504 tasklet_trylock(struct tasklet_struct *tasklet) function in typeref:typename:bool
535 * Pairs with membar_acquire in tasklet_trylock and with
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_cs.c 1070 if (tasklet_trylock(t)) {

Completed in 16 milliseconds