Home
last modified time | relevance | path

Searched +defs:p +defs:strong (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
Dbinder.c383 int strong; member
1127 struct rb_node **p = &proc->nodes.rb_node; in binder_init_node_ilocked() local
1205 static int binder_inc_node_nilocked(struct binder_node *node, int strong, in binder_inc_node_nilocked()
1254 static int binder_inc_node(struct binder_node *node, int strong, int internal, in binder_inc_node()
1267 int strong, int internal) in binder_dec_node_nilocked()
1326 static void binder_dec_node(struct binder_node *node, int strong, int internal) in binder_dec_node()
1460 struct rb_node **p = &proc->refs_by_node.rb_node; in binder_get_ref_for_node_olocked() local
1572 static int binder_inc_ref_olocked(struct binder_ref *ref, int strong, in binder_inc_ref_olocked()
1604 static bool binder_dec_ref_olocked(struct binder_ref *ref, int strong) in binder_dec_ref_olocked()
1703 uint32_t desc, bool increment, bool strong, in binder_update_ref_for_handle()
[all …]
/kernel/linux/linux-5.10/tools/perf/bench/
Dnuma.c159 struct params p; member
928 int t, p; in count_node_processes() local
950 static void calc_convergence_compression(int *strong) in calc_convergence_compression()
953 int p; in calc_convergence_compression() local
987 int strong; in calc_convergence() local
1514 int i, t, p; in __bench_numa() local
1699 static void init_params(struct params *p, const char *name, int argc, const char **argv) in init_params()