Searched refs:conp_inherited (Results 1 – 3 of 3) sorted by relevance
468 list_destroy(&ctp->conp_inherited); in contract_process_free()572 list_insert_head(&ctp->conp_inherited, child); in contract_process_take()589 list_remove(&parent->conp_inherited, ct); in contract_process_adopt()647 while (cct = list_head(&ctp->conp_inherited)) { in contract_process_destroy()652 list_remove(&ctp->conp_inherited, cct); in contract_process_destroy()707 for (loc = 0, cnext = list_head(&ctp->conp_inherited); cnext; in contract_process_status()708 cnext = list_next(&ctp->conp_inherited, cnext)) in contract_process_status()830 list_create(&ctp->conp_inherited, sizeof (contract_t), in contract_process_create()891 while (ct = list_head(&sct->conp_inherited)) { in contract_process_create()893 list_remove(&sct->conp_inherited, ct); in contract_process_create()[all …]
56 list_t conp_inherited; /* unclaimed child contracts */ member
5992 for (next = list_head(&ctp->conp_inherited); next; in zone_enter()5993 next = list_next(&ctp->conp_inherited, next)) { in zone_enter()