Searched refs:tmphhh (Results 1 – 1 of 1) sorted by relevance
294 struct hhook_head *tmphhh; in hhook_head_register() local296 tmphhh = hhook_head_get(hhook_type, hhook_id); in hhook_head_register()298 if (tmphhh != NULL) { in hhook_head_register()300 hhook_head_release(tmphhh); in hhook_head_register()304 tmphhh = malloc(sizeof(struct hhook_head), M_HHOOK, in hhook_head_register()307 if (tmphhh == NULL) in hhook_head_register()310 tmphhh->hhh_type = hhook_type; in hhook_head_register()311 tmphhh->hhh_id = hhook_id; in hhook_head_register()312 tmphhh->hhh_nhooks = 0; in hhook_head_register()313 STAILQ_INIT(&tmphhh->hhh_hooks); in hhook_head_register()[all …]