Searched refs:used_buckets_list (Results 1 - 1 of 1) sorted by path

/linux-master/arch/riscv/kernel/
H A Dmodule.c601 struct list_head *used_buckets_list)
631 used_buckets_list, head) {
659 struct list_head *used_buckets_list)
733 list_add(&bucket->head, used_buckets_list);
791 struct list_head used_buckets_list; local
800 INIT_LIST_HEAD(&used_buckets_list);
895 &used_buckets_list);
903 &used_buckets_list);
599 process_accumulated_relocations(struct module *me, struct hlist_head **relocation_hashtable, struct list_head *used_buckets_list) argument
655 add_relocation_to_accumulate(struct module *me, int type, void *location, unsigned int hashtable_bits, Elf_Addr v, struct hlist_head *relocation_hashtable, struct list_head *used_buckets_list) argument

Completed in 403 milliseconds