Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder_internal.h171 struct binder_work { struct
187 struct binder_work work; argument
254 struct binder_work work;
295 struct binder_work work;
528 struct binder_work work;
Dbinder.c386 binder_enqueue_work_ilocked(struct binder_work *work, in binder_enqueue_work_ilocked()
407 struct binder_work *work) in binder_enqueue_deferred_thread_work_ilocked()
425 struct binder_work *work) in binder_enqueue_thread_work_ilocked()
442 struct binder_work *work) in binder_enqueue_thread_work()
450 binder_dequeue_work_ilocked(struct binder_work *work) in binder_dequeue_work_ilocked()
464 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) in binder_dequeue_work()
471 static struct binder_work *binder_dequeue_work_head_ilocked( in binder_dequeue_work_head_ilocked()
474 struct binder_work *w; in binder_dequeue_work_head_ilocked()
476 w = list_first_entry_or_null(list, struct binder_work, entry); in binder_dequeue_work_head_ilocked()
2453 struct binder_work *w; in binder_transaction()
[all …]