Home
last modified time | relevance | path

Searched refs:__enqueue (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dworkqueue.rs274 // `__enqueue` requirements are not relevant since `W` is `Send` and static. in enqueue()
277 // is ok because `__enqueue` guarantees that the pointer is valid for the duration of this in enqueue()
281 // `__enqueue`, then the work item was successfully enqueued, and `bindings::queue_work_on` in enqueue()
282 // will have returned true. In this case, `__enqueue` promises that the raw pointer will in enqueue()
285 w.__enqueue(move |work_ptr| { in enqueue()
307 // `__enqueue` requirements are not relevant since `W` is `Send` and static. in enqueue_delayed()
310 // which is ok because `__enqueue` guarantees that the pointer is valid for the duration of in enqueue_delayed()
315 // `__enqueue`, then the work item was successfully enqueued, and in enqueue_delayed()
316 // `bindings::queue_delayed_work_on` will have returned true. In this case, `__enqueue` in enqueue_delayed()
320 w.__enqueue(mov in enqueue_delayed()
418 unsafe fn __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput __enqueue() method
853 unsafe fn __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput __enqueue() function
912 unsafe fn __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput __enqueue() function
[all...]