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

  /src/tests/lib/librumpclient/
h_execthr.c 68 wrk(void *arg) function in typeref:typename:void *
128 wrk, (void *)(uintptr_t)P2_0);
177 wrk, (void *)(uintptr_t)p1[0]);
184 wrk, (void *)(uintptr_t)p2[0]);
208 wrk, (void *)(uintptr_t)p1[0]);
  /src/sys/arch/m68k/060sp/dist/
misc 203 wrk/fskeleton.s: 2.2
204 wrk/iskeleton.s: 2.2
205 wrk/os.s : 2.1
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_wakeref.c 93 static void __intel_wakeref_put_work(struct work_struct *wrk)
95 struct intel_wakeref *wf = container_of(wrk, typeof(*wf), work);
i915_request.c 138 static void irq_execute_cb(struct irq_work *wrk)
140 struct execute_cb *cb = container_of(wrk, typeof(*cb), work);
146 static void irq_execute_cb_hook(struct irq_work *wrk)
148 struct execute_cb *cb = container_of(wrk, typeof(*cb), work);
154 irq_execute_cb(wrk);
i915_sw_fence.c 515 static void irq_i915_sw_fence_work(struct irq_work *wrk)
518 container_of(wrk, typeof(*cb), work);
i915_active.c 216 active_work(struct work_struct *wrk)
218 struct i915_active *ref = container_of(wrk, typeof(*ref), work);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_heartbeat.c 61 static void heartbeat(struct work_struct *wrk)
67 container_of(wrk, typeof(*engine), heartbeat.work.work);
  /src/sys/dev/ic/
isp.c 2477 uint32_t wrk; local in function:isp_fclink_test
2515 wrk = enano;
2516 wrk /= 1000;
2517 ISP_SLEEP(isp, wrk);
2523 wrk = enano;
2524 count += (wrk / 1000);

Completed in 21 milliseconds