Searched refs:pm_next (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 175 struct kcf_prov_mech_desc *pm_next; /* Next in the chain */ member
|
| /src/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 858 LIST_FOREACH_SAFE(pm, &po->po_pmcs, pm_next, tmp) { in pmc_remove_owner() 2847 LIST_REMOVE(pm, pm_next); in pmc_release_pmc_descriptor() 2871 LIST_INSERT_HEAD(&po->po_pmcs, pmc, pm_next); in pmc_register_owner() 2927 LIST_FOREACH(pm, &po->po_pmcs, pm_next) { in pmc_can_allocate_rowindex() 3004 LIST_FOREACH(pm, &po->po_pmcs, pm_next) { in pmc_find_pmc_descriptor_in_process() 3855 LIST_FOREACH(pm, &po->po_pmcs, pm_next) in pmc_syscall_handler()
|
| /src/sys/sys/ |
| H A D | pmc.h | 752 LIST_ENTRY(pmc) pm_next; /* owner's list */
|