Searched defs:skmem_bufctl_audit (Results 1 – 1 of 1) sorted by relevance
60 struct skmem_bufctl_audit { struct62 void *bc_addr; /* buffer address */63 void *bc_addrm; /* mirrored buffer address */64 struct skmem_slab *bc_slab; /* controlling slab */65 uint32_t bc_flags; /* SKMEM_BUFCTL_* flags */66 uint32_t bc_idx; /* buffer index within slab */67 volatile uint32_t bc_usecnt; /* outstanding use */68 struct thread *bc_thread; /* thread doing transaction */69 uint32_t bc_timestamp; /* transaction time */70 uint32_t bc_depth; /* stack depth */[all …]