Symbol: binder_thread
drivers/android/binder.c
1502
static void binder_pop_transaction_ilocked(struct binder_thread *target_thread,
drivers/android/binder.c
1526
static void binder_thread_dec_tmpref(struct binder_thread *thread)
drivers/android/binder.c
1577
static struct binder_thread *binder_get_txn_from(
drivers/android/binder.c
1580
struct binder_thread *from;
drivers/android/binder.c
1600
static struct binder_thread *binder_get_txn_from_and_acq_inner(
drivers/android/binder.c
1604
struct binder_thread *from;
drivers/android/binder.c
1689
struct binder_thread *target_thread;
drivers/android/binder.c
2028
struct binder_thread *thread,
drivers/android/binder.c
2207
struct binder_thread *thread,
drivers/android/binder.c
2222
struct binder_thread *thread)
drivers/android/binder.c
2275
struct binder_thread *thread)
drivers/android/binder.c
2348
struct binder_thread *thread,
drivers/android/binder.c
2659
struct binder_thread *thread,
drivers/android/binder.c
2723
struct binder_thread *thread,
drivers/android/binder.c
2845
struct binder_thread *thread)
drivers/android/binder.c
2973
struct binder_thread *from = binder_get_txn_from_and_acq_inner(t);
drivers/android/binder.c
3056
struct binder_thread *thread,
drivers/android/binder.c
3070
struct binder_thread *target_thread = NULL;
drivers/android/binder.c
3300
struct binder_thread *from;
drivers/android/binder.c
3923
struct binder_thread *thread,
drivers/android/binder.c
3976
struct binder_thread *thread,
drivers/android/binder.c
4035
struct binder_thread *thread,
drivers/android/binder.c
4082
struct binder_thread *thread,
drivers/android/binder.c
4116
struct binder_thread *thread,
drivers/android/binder.c
4602
struct binder_thread *thread, uint32_t cmd)
drivers/android/binder.c
4613
struct binder_thread *thread,
drivers/android/binder.c
463
binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread,
drivers/android/binder.c
4643
static int binder_wait_for_work(struct binder_thread *thread,
drivers/android/binder.c
4730
struct binder_thread *thread,
drivers/android/binder.c
4787
struct binder_thread *t_from;
drivers/android/binder.c
481
binder_enqueue_thread_work_ilocked(struct binder_thread *thread,
drivers/android/binder.c
508
binder_enqueue_thread_work(struct binder_thread *thread,
drivers/android/binder.c
5248
static struct binder_thread *binder_get_thread_ilocked(
drivers/android/binder.c
5249
struct binder_proc *proc, struct binder_thread *new_thread)
drivers/android/binder.c
5251
struct binder_thread *thread = NULL;
drivers/android/binder.c
5257
thread = rb_entry(parent, struct binder_thread, rb_node);
drivers/android/binder.c
5287
static struct binder_thread *binder_get_thread(struct binder_proc *proc)
drivers/android/binder.c
5289
struct binder_thread *thread;
drivers/android/binder.c
5290
struct binder_thread *new_thread;
drivers/android/binder.c
5331
static void binder_free_thread(struct binder_thread *thread)
drivers/android/binder.c
5340
struct binder_thread *thread)
drivers/android/binder.c
5433
struct binder_thread *thread = NULL;
drivers/android/binder.c
5455
struct binder_thread *thread)
drivers/android/binder.c
551
static void binder_free_thread(struct binder_thread *thread);
drivers/android/binder.c
555
static bool binder_has_work_ilocked(struct binder_thread *thread,
drivers/android/binder.c
5612
struct binder_thread *thread;
drivers/android/binder.c
5618
thread = rb_entry(n, struct binder_thread, rb_node);
drivers/android/binder.c
564
static bool binder_has_work(struct binder_thread *thread, bool do_proc_work)
drivers/android/binder.c
575
static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread)
drivers/android/binder.c
5757
static int binder_ioctl_get_extended_error(struct binder_thread *thread,
drivers/android/binder.c
5777
struct binder_thread *thread;
drivers/android/binder.c
585
struct binder_thread *thread;
drivers/android/binder.c
588
thread = rb_entry(n, struct binder_thread, rb_node);
drivers/android/binder.c
611
static struct binder_thread *
drivers/android/binder.c
614
struct binder_thread *thread;
drivers/android/binder.c
6164
struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node);
drivers/android/binder.c
618
struct binder_thread,
drivers/android/binder.c
6293
struct binder_thread *thread;
drivers/android/binder.c
6295
thread = rb_entry(n, struct binder_thread, rb_node);
drivers/android/binder.c
644
struct binder_thread *thread,
drivers/android/binder.c
6490
struct binder_thread *thread,
drivers/android/binder.c
6635
print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread,
drivers/android/binder.c
675
struct binder_thread *thread = binder_select_thread_ilocked(proc);
drivers/android/binder.c
6787
struct binder_thread *thread;
drivers/android/binder.c
844
struct binder_thread *thread = container_of(target_list,
drivers/android/binder.c
845
struct binder_thread, todo);
drivers/android/binder_internal.h
533
struct binder_thread *from;
drivers/android/binder_internal.h
538
struct binder_thread *to_thread;
drivers/android/binder_trace.h
19
struct binder_thread;