Searched refs:push_work (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | freeze.rs | 231 let _ = self.push_work(msg); in request_freeze_notif() 266 let _ = self.push_work(clear_msg); in freeze_notif_done() 305 let _ = self.push_work(msg); in clear_freeze_notif() 395 let _ = proc.push_work(msg); in send_messages()
|
| H A D | thread.rs | 311 fn push_work(&mut self, work: DLArc<dyn DeliverToRead>) -> PushWorkRes { in push_work() method 324 self.push_work(work); in push_reply_work() 333 self.push_work(work); in push_return_work() 612 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> PushWorkRes { in push_work() method 615 let res = self.inner.lock().push_work(work); in push_work() 633 inner.push_work(work); in push_work_if_looper() 637 self.process.push_work(work) in push_work_if_looper() 1164 inner.push_work(work); in deliver_single_reply() 1271 self.inner.lock().push_work(completion); in reply_inner() 1307 self.inner.lock().push_work(list_completion); in oneway_transaction_inner()
|
| /linux/fs/xfs/ |
| H A D | xfs_log_cil.c | 108 INIT_WORK(&ctx->push_work, xlog_cil_push_work); in xlog_cil_ctx_alloc() 1380 container_of(work, struct xfs_cil_ctx, push_work); in xlog_cil_push_work() 1660 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_background() 1749 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now()
|
| /linux/kernel/sched/ |
| H A D | rt.c | 1997 push_task, &rq->push_work); in push_rt_task() 2339 push_task, &src_rq->push_work); in pull_rt_task()
|
| H A D | core.c | 2899 p, &rq->push_work); in affine_move_task() 8108 static DEFINE_PER_CPU(struct cpu_stop_work, push_work); 8170 this_cpu_ptr(&push_work)); in balance_push()
|
| H A D | deadline.c | 3066 push_task, &src_rq->push_work); in pull_dl_task()
|
| H A D | sched.h | 1314 struct cpu_stop_work push_work; member
|