Searched refs:entry_state (Results 1 – 1 of 1) sorted by relevance
48 struct entry_state { struct51 STAILQ_ENTRY(entry_state) entries_state; argument55 STAILQ_HEAD(state_head, entry_state);396 struct entry_state *state = NULL; in adf_state_set()405 state = malloc(sizeof(struct entry_state), in adf_state_set()594 struct entry_state *entry_state = NULL; in adf_state_read() local609 entry_state = STAILQ_FIRST(state_head); in adf_state_read()610 state = &entry_state->state; in adf_state_read()614 free(entry_state, M_QAT); in adf_state_read()633 struct entry_state *entry_state = NULL; in adf_state_release() local[all …]