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
1661
struct binder_thread *target_thread;
drivers/android/binder.c
1706
struct binder_thread *target_thread;
drivers/android/binder.c
2045
struct binder_thread *thread,
drivers/android/binder.c
2224
struct binder_thread *thread,
drivers/android/binder.c
2239
struct binder_thread *thread)
drivers/android/binder.c
2292
struct binder_thread *thread)
drivers/android/binder.c
2365
struct binder_thread *thread,
drivers/android/binder.c
2676
struct binder_thread *thread,
drivers/android/binder.c
2740
struct binder_thread *thread,
drivers/android/binder.c
2862
struct binder_thread *thread)
drivers/android/binder.c
2990
struct binder_thread *from = binder_get_txn_from_and_acq_inner(t);
drivers/android/binder.c
3073
struct binder_thread *thread,
drivers/android/binder.c
3087
struct binder_thread *target_thread = NULL;
drivers/android/binder.c
3316
struct binder_thread *from;
drivers/android/binder.c
3938
struct binder_thread *thread,
drivers/android/binder.c
3991
struct binder_thread *thread,
drivers/android/binder.c
4050
struct binder_thread *thread,
drivers/android/binder.c
4097
struct binder_thread *thread,
drivers/android/binder.c
4131
struct binder_thread *thread,
drivers/android/binder.c
4617
struct binder_thread *thread, uint32_t cmd)
drivers/android/binder.c
4628
struct binder_thread *thread,
drivers/android/binder.c
463
binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread,
drivers/android/binder.c
4658
static int binder_wait_for_work(struct binder_thread *thread,
drivers/android/binder.c
4745
struct binder_thread *thread,
drivers/android/binder.c
4802
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
5263
static struct binder_thread *binder_get_thread_ilocked(
drivers/android/binder.c
5264
struct binder_proc *proc, struct binder_thread *new_thread)
drivers/android/binder.c
5266
struct binder_thread *thread = NULL;
drivers/android/binder.c
5272
thread = rb_entry(parent, struct binder_thread, rb_node);
drivers/android/binder.c
5302
static struct binder_thread *binder_get_thread(struct binder_proc *proc)
drivers/android/binder.c
5304
struct binder_thread *thread;
drivers/android/binder.c
5305
struct binder_thread *new_thread;
drivers/android/binder.c
5346
static void binder_free_thread(struct binder_thread *thread)
drivers/android/binder.c
5355
struct binder_thread *thread)
drivers/android/binder.c
5448
struct binder_thread *thread = NULL;
drivers/android/binder.c
5470
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
5627
struct binder_thread *thread;
drivers/android/binder.c
5633
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
5772
static int binder_ioctl_get_extended_error(struct binder_thread *thread,
drivers/android/binder.c
5792
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
6179
struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node);
drivers/android/binder.c
618
struct binder_thread,
drivers/android/binder.c
6308
struct binder_thread *thread;
drivers/android/binder.c
6310
thread = rb_entry(n, struct binder_thread, rb_node);
drivers/android/binder.c
644
struct binder_thread *thread,
drivers/android/binder.c
6505
struct binder_thread *thread,
drivers/android/binder.c
6650
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
6802
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;