Searched refs:new_hp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_resize.c120 DB_MPOOL_HASH *new_hp, *old_hp; local
144 new_hp = R_ADDR(new_infop, new_mp->htab);
145 new_hp = &new_hp[new_bucket - new_region * mp->htab_buckets];
152 MUTEX_LOCK(env, new_hp->mtx_hash);
153 SH_TAILQ_FOREACH(bhp, &new_hp->hash_bucket, hq, __bh) {
165 new_infop, new_hp, bhp, BH_FREE_FREEMEM)) != 0) {
166 MUTEX_UNLOCK(env, new_hp->mtx_hash);
177 MUTEX_UNLOCK(env, new_hp->mtx_hash);
287 MUTEX_LOCK(env, new_hp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dmdesc.c308 struct mdesc_handle *new_hp)
310 invoke_on_missing(p->node_name, old_hp, new_hp, p->remove);
311 invoke_on_missing(p->node_name, new_hp, old_hp, p->add);
315 struct mdesc_handle *new_hp)
320 notify_one(p, old_hp, new_hp);
306 notify_one(struct mdesc_notifier_client *p, struct mdesc_handle *old_hp, struct mdesc_handle *new_hp) argument
314 mdesc_notify_clients(struct mdesc_handle *old_hp, struct mdesc_handle *new_hp) argument

Completed in 340 milliseconds