| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | dictionary.c | 72 unsigned * new_hash ; in dictionary_grow() local 76 new_hash = (unsigned*) calloc(d->size * 2, sizeof * d->hash); in dictionary_grow() 77 if (!new_val || !new_key || !new_hash) { in dictionary_grow() 83 if (new_hash) in dictionary_grow() 84 free(new_hash); in dictionary_grow() 90 memcpy(new_hash, d->hash, d->size * sizeof(unsigned)); in dictionary_grow() 99 d->hash = new_hash; in dictionary_grow()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | parse-maintainers.pl | 178 my %new_hash; 185 $new_hash{$key} = $hash{$key}; 192 alpha_output(\%new_hash, $output_section);
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | ftrace.c | 1320 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash() local 1325 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash() 1326 if (!new_hash) in alloc_and_copy_ftrace_hash() 1330 new_hash->flags = hash->flags; in alloc_and_copy_ftrace_hash() 1334 return new_hash; in alloc_and_copy_ftrace_hash() 1339 ret = add_hash_entry(new_hash, entry->ip); in alloc_and_copy_ftrace_hash() 1345 FTRACE_WARN_ON(new_hash->count != hash->count); in alloc_and_copy_ftrace_hash() 1347 return new_hash; in alloc_and_copy_ftrace_hash() 1350 free_ftrace_hash(new_hash); in alloc_and_copy_ftrace_hash() 1360 struct ftrace_hash *new_hash); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | rhashtable.c | 165 unsigned int new_hash; in rhashtable_rehash_one() local 180 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 182 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 185 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 186 new_tbl, new_hash); in rhashtable_rehash_one() 190 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | rhashtable.c | 165 unsigned int new_hash; in rhashtable_rehash_one() local 180 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 182 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 185 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 186 new_tbl, new_hash); in rhashtable_rehash_one() 190 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | rhashtable.c | 165 unsigned int new_hash; in rhashtable_rehash_one() local 180 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 182 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 185 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 186 new_tbl, new_hash); in rhashtable_rehash_one() 190 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | rhashtable.c | 165 unsigned int new_hash; in rhashtable_rehash_one() local 180 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 182 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 185 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 186 new_tbl, new_hash); in rhashtable_rehash_one() 190 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | rhashtable.c | 165 unsigned int new_hash; in rhashtable_rehash_one() local 180 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 182 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 185 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 186 new_tbl, new_hash); in rhashtable_rehash_one() 190 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | rhashtable.c | 164 unsigned int new_hash; in rhashtable_rehash_one() local 179 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 181 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one() 184 head = rht_dereference_bucket(new_tbl->buckets[new_hash], in rhashtable_rehash_one() 185 new_tbl, new_hash); in rhashtable_rehash_one() 189 rcu_assign_pointer(new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | rhashtable.c | 233 unsigned int new_hash; in rhashtable_rehash_one() local 254 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 256 rht_lock_nested(new_tbl, &new_tbl->buckets[new_hash], SINGLE_DEPTH_NESTING); in rhashtable_rehash_one() 258 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one() 262 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_semantics.c | 1309 unsigned int new_hash; in fib_info_hash_move() local 1311 new_hash = fib_info_hashfn(fi); in fib_info_hash_move() 1312 dest = &new_info_hash[new_hash]; in fib_info_hash_move() 1325 unsigned int new_hash; in fib_info_hash_move() local 1327 new_hash = fib_laddr_hashfn(fi->fib_prefsrc); in fib_info_hash_move() 1328 ldest = &new_laddrhash[new_hash]; in fib_info_hash_move()
|
| H A D | udp.c | 2025 u16 new_hash = ipv4_portaddr_hash(sock_net(sk), in udp_v4_rehash() local 2028 udp_lib_rehash(sk, new_hash); in udp_v4_rehash()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ssl3.h | 583 const EVP_MD *new_hash; member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | udp.h | 206 void udp_lib_rehash(struct sock *sk, u16 new_hash);
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | udp.c | 94 u16 new_hash = ipv6_portaddr_hash(sock_net(sk), in udp_v6_rehash() local 98 udp_lib_rehash(sk, new_hash); in udp_v6_rehash()
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |