HomeSort by: relevance | last modified time | path
    Searched defs:history (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_timeline.c 46 struct intel_timeline **history; member in struct:mock_hwsp_freelist
59 tl = xchg(&state->history[idx], tl);
97 i915_prandom_shuffle(state->history,
98 sizeof(*state->history),
141 state.max = PAGE_SIZE / sizeof(*state.history);
143 state.history = kcalloc(state.max, sizeof(*state.history), GFP_KERNEL);
144 if (!state.history) {
161 kfree(state.history);
  /src/bin/ksh/
c_sh.c 249 int expandv = 1, history = 0; local in function:c_read
276 history = 1;
324 if (history)
354 if (history) {
410 if (history) {
  /src/lib/libedit/
history.c 1 /* $NetBSD: history.c,v 1.64 2024/07/11 05:41:24 kre Exp $ */
38 static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: history.c,v 1.64 2024/07/11 05:41:24 kre Exp $");
45 * hist.c: TYPE(History) access functions
100 struct TYPE(history) {
101 void *h_ref; /* Argument for history fcns */
102 int h_ent; /* Last entry point for history */
110 history_vfun_t h_clear; /* Clear the history list */
137 static int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int);
138 static int history_getsize(TYPE(History) *, TYPE(HistEvent) *)
1141 FUN(history,end)(h); local in function:FUNW
    [all...]

Completed in 13 milliseconds