user_entry
struct hwt_record_user_entry *user_entry, int nitems_req, int wait)
hwt_record_to_user(entry, &user_entry[i]);
struct hwt_record_user_entry *user_entry;
user_entry = malloc(sizeof(struct hwt_record_user_entry) * nitems_req,
i = hwt_record_grab(ctx, user_entry, nitems_req, record_get->wait);
error = copyout(user_entry, record_get->records,
free(user_entry, M_HWT_RECORD);
struct slb *user_entry;
user_entry = user_va_to_slb_entry(pm, addr);
if (user_entry == NULL) {
if (pm->pm_slb[i] == user_entry)
slb_insert_user(pm, user_entry);
struct user_entry *up, *aup;
(int)sizeof(((struct user_entry *)0)->user), user,
struct user_entry *lp;
struct user_entry *up;
SLIST_ENTRY(user_entry) next;
static SLIST_HEAD(, user_entry) Users = SLIST_HEAD_INITIALIZER(Users);