Searched defs:deadlist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c551 struct nlist deadlist[43] = { local
614 if (nlist(kernel, deadlist) == -1) {
622 kmemcpy((char *)frfp, (u_long)deadlist[40].n_value, sizeof(*frfp));
628 kmemcpy((char *)fiop, (u_long)deadlist[13].n_value, sizeof(*fiop));
629 kmemcpy((char *)&fiop->f_locks[0], (u_long)deadlist[22].n_value,
631 kmemcpy((char *)&fiop->f_locks[0], (u_long)deadlist[30].n_value,
633 kmemcpy((char *)&fiop->f_locks[2], (u_long)deadlist[28].n_value,
635 kmemcpy((char *)&fiop->f_locks[3], (u_long)deadlist[12].n_value,
641 kmemcpy((char *)&rules, (u_long)deadlist[31].n_value, sizeof(rules));
652 kmemcpy((char *)&rules, (u_long)deadlist[3
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1897 list_t *deadlist = &cp->cache_defrag->kmd_deadlist; local
1899 * Slabs are inserted at both ends of the deadlist to
1907 list_insert_tail(deadlist, sp);
1909 list_insert_head(deadlist, sp);
4121 /* reuse the slab's AVL linkage for deadlist linkage */
4840 * on a deadlist, which is drained after the last callback completes. This means
4843 * zero for as long as the slab remains on the deadlist and until the slab is
5086 list_t *deadlist = &cp->cache_defrag->kmd_deadlist; local
5097 while ((sp = list_remove_head(deadlist)) != NULL) {
5099 list_insert_tail(deadlist, s
5231 list_t *deadlist = local
5396 list_t *deadlist = &cp->cache_defrag->kmd_deadlist; local
[all...]

Completed in 70 milliseconds