Searched refs:push_work (Results 1 – 11 of 11) 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 | 303 fn push_work(&mut self, work: DLArc<dyn DeliverToRead>) -> PushWorkRes { in push_work() method 316 self.push_work(work); in push_reply_work() 325 self.push_work(work); in push_return_work() 604 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> PushWorkRes { in push_work() method 607 let res = self.inner.lock().push_work(work); in push_work() 625 inner.push_work(work); in push_work_if_looper() 629 self.process.push_work(work) in push_work_if_looper() 1135 inner.push_work(work); in deliver_single_reply() 1242 self.inner.lock().push_work(completion); in reply_inner() 1278 self.inner.lock().push_work(list_completion); in oneway_transaction_inner()
|
| H A D | process.rs | 171 pub(crate) fn push_work( in push_work() method 179 match thread.push_work(work) { in push_work() 232 let _ = self.push_work(node); in update_node_refcount() 705 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work() method 707 let res = self.inner.lock().push_work(work); in push_work() 960 let _ = inner.push_work(node); in inc_ref_done()
|
| H A D | transaction.rs | 289 match thread.push_work(self) { in submit() 294 process_inner.push_work(self) in submit()
|
| H A D | node.rs | 531 guard.push_work(transaction)?; in submit_oneway() 563 match guard.push_work(transaction) { in pending_oneway_finished() 1033 let _ = process.push_work(death); in set_dead()
|
| /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() 1291 container_of(work, struct xfs_cil_ctx, push_work); in xlog_cil_push_work() 1571 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_background() 1660 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now()
|
| H A D | xfs_log_priv.h | 233 struct work_struct push_work; member
|
| /linux/kernel/sched/ |
| H A D | rt.c | 1991 push_task, &rq->push_work); in push_rt_task() 2328 push_task, &src_rq->push_work); in pull_rt_task()
|
| H A D | core.c | 2939 p, &rq->push_work); in affine_move_task() 8162 static DEFINE_PER_CPU(struct cpu_stop_work, push_work); 8223 this_cpu_ptr(&push_work)); in balance_push()
|
| H A D | deadline.c | 2821 push_task, &src_rq->push_work); in pull_dl_task()
|
| H A D | sched.h | 1293 struct cpu_stop_work push_work; member
|