Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_internal.h147 struct binder_work { struct
166 struct binder_work work; argument
233 struct binder_work work;
274 struct binder_work work;
279 struct binder_work work;
532 struct binder_work work;
H A Dbinder.c443 binder_enqueue_work_ilocked(struct binder_work *work, in binder_enqueue_work_ilocked()
464 struct binder_work *work) in binder_enqueue_deferred_thread_work_ilocked()
482 struct binder_work *work) in binder_enqueue_thread_work_ilocked()
509 struct binder_work *work) in binder_enqueue_thread_work()
517 binder_dequeue_work_ilocked(struct binder_work *work) in binder_dequeue_work_ilocked()
531 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) in binder_dequeue_work()
538 static struct binder_work *binder_dequeue_work_head_ilocked( in binder_dequeue_work_head_ilocked()
541 struct binder_work *w; in binder_dequeue_work_head_ilocked()
543 w = list_first_entry_or_null(list, struct binder_work, entry); in binder_dequeue_work_head_ilocked()
2808 struct binder_work *w; in binder_find_outdated_transaction_ilocked()
[all …]