Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dfreeze.rs231 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 Dthread.rs311 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()
618 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> PushWorkRes { in push_work() method
621 let res = self.inner.lock().push_work(work); in push_work()
639 inner.push_work(work); in push_work_if_looper()
643 self.process.push_work(work) in push_work_if_looper()
1157 inner.push_work(work); in deliver_single_reply()
1322 self.inner.lock().push_work(completion); in reply_inner()
1354 self.inner.lock().push_work(list_completion); in oneway_transaction_inner()
H A Dprocess.rs173 pub(crate) fn push_work( in push_work() method
181 match thread.push_work(work) { in push_work()
234 let _ = self.push_work(node); in update_node_refcount()
716 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work() method
718 let res = self.inner.lock().push_work(work); in push_work()
997 let _ = inner.push_work(node); in inc_ref_done()
H A Dtransaction.rs323 match thread.push_work(self) { in submit()
329 process_inner.push_work(self) in submit()
/linux/fs/xfs/
H A Dxfs_log_cil.c108 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 Dcore.c2957 p, &rq->push_work); in affine_move_task()
8387 static DEFINE_PER_CPU(struct cpu_stop_work, push_work);
8449 this_cpu_ptr(&push_work)); in balance_push()
H A Ddeadline.c3081 push_task, &src_rq->push_work); in pull_dl_task()
H A Dsched.h1326 struct cpu_stop_work push_work; member