Searched defs:skmem_bufctl_audit (Results 1 – 1 of 1) sorted by relevance
68 struct skmem_bufctl_audit { struct71 void *bc_addrm; /* mirrored buffer address */72 struct skmem_slab *bc_slab; /* controlling slab */73 uint32_t bc_lim; /* buffer obj limit */74 uint32_t bc_flags; /* SKMEM_BUFCTL_* flags */75 uint32_t bc_idx; /* buffer index within slab */76 volatile uint32_t bc_usecnt; /* outstanding use */77 struct thread *bc_thread; /* thread doing transaction */78 uint32_t bc_timestamp; /* transaction time */79 uint32_t bc_depth; /* stack depth */[all …]