Home
last modified time | relevance | path

Searched refs:orig_hp (Results 1 – 1 of 1) sorted by relevance

/arch/sparc/kernel/
Dmdesc.c331 struct mdesc_handle *hp, *orig_hp; in mdesc_update() local
354 orig_hp = cur_mdesc; in mdesc_update()
358 mdesc_notify_clients(orig_hp, hp); in mdesc_update()
361 if (atomic_dec_and_test(&orig_hp->refcnt)) in mdesc_update()
362 mdesc_free(orig_hp); in mdesc_update()
364 list_add(&orig_hp->list, &mdesc_zombie_list); in mdesc_update()