Lines Matching refs:dequeue
310 **Task State Tracking and ops.dequeue() Semantics**
329 exits) BPF custody, and ``ops.dequeue()`` will not be called.
334 sleep/property changes), ``ops.dequeue()`` will be called exactly
338 task is in BPF custody. ``ops.dequeue()`` will be called when it
342 When a task leaves BPF scheduler custody, ``ops.dequeue()`` is invoked.
343 The dequeue can happen for different reasons, distinguished by flags:
347 execution), ``ops.dequeue()`` is triggered without any special flags.
351 custody, ``ops.dequeue()`` is called with the
357 BPF custody, ``ops.dequeue()`` is called with the
362 ``ops.dequeue()``, since the task is no longer managed by the BPF
431 ops.dequeue(); /* Exiting BPF scheduler custody */
443 ops.dequeue(); /* Exiting BPF scheduler custody */
472 in which case ``ops.dispatch()`` and ``ops.dequeue()`` are skipped and we go