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

/linux-master/arch/sparc/kernel/
H A Dmdesc.c504 struct mdesc_handle *hp, *orig_hp; local
527 orig_hp = cur_mdesc;
531 mdesc_notify_clients(orig_hp, hp);
534 if (refcount_dec_and_test(&orig_hp->refcnt))
535 mdesc_free(orig_hp);
537 list_add(&orig_hp->list, &mdesc_zombie_list);

Completed in 111 milliseconds