Home
last modified time | relevance | path

Searched refs:z_CpuGd (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
HDslaballoc.h95 struct globaldata *z_CpuGd; /* which cpu owns this zone? */ member
/dragonfly/sys/kern/
HDkern_slaballoc.c1104 z->z_CpuGd = gd; in _kmalloc_debug()
1491 if (z->z_CpuGd != gd) { in _kfree()
1542 lwkt_send_ipiq_passive(z->z_CpuGd, kfree_remote, z); in _kfree()