Search | Google it | Results 1 - 1 of 1 for funcall:LIST_INIT from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c (0.00 seconds) |
929: */ 930: LIST_INIT(&pp->pr_emptypages); 931: LIST_INIT(&pp->pr_fullpages); 932: LIST_INIT(&pp->pr_partpages); 933: pp->pr_cache = NULL; 1221: /* Remove all pages */ 1222: LIST_INIT(&pq); 1223: while ((ph = LIST_FIRST(&pp->pr_emptypages)) != NULL) 1623: 1624: LIST_INIT(&pq); 1625: 1645: 1646: LIST_INIT(&pq); 1647: 1747: LIST_INSERT_HEAD(&pp->pr_emptypages, ph, ph_pagelist); 1748: LIST_INIT(&ph->ph_itemlist); 1749: ph->ph_page = storage; 1950: 1951: LIST_INIT(&pq); 1952: