Home
last modified time | relevance | path

Searched refs:push_work (Results 1 – 9 of 9) 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.rs303 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 Dprocess.rs172 pub(crate) fn push_work( in push_work() method
180 match thread.push_work(work) { in push_work()
233 let _ = self.push_work(node); in update_node_refcount()
709 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work() method
711 let res = self.inner.lock().push_work(work); in push_work()
990 let _ = inner.push_work(node); in inc_ref_done()
H A Dtransaction.rs289 match thread.push_work(self) { in submit()
294 process_inner.push_work(self) in submit()
H A Dnode.rs531 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/kernel/sched/
H A Drt.c1991 push_task, &rq->push_work); in push_rt_task()
2328 push_task, &src_rq->push_work); in pull_rt_task()
H A Dcore.c2874 p, &rq->push_work); in affine_move_task()
8060 static DEFINE_PER_CPU(struct cpu_stop_work, push_work);
8121 this_cpu_ptr(&push_work)); in balance_push()
H A Ddeadline.c3032 push_task, &src_rq->push_work); in pull_dl_task()
H A Dsched.h1295 struct cpu_stop_work push_work; member