Searched refs:pinned (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp164 HMODULE pinned; local
167 (LPCWSTR)&InitializePlatformInterceptors, &pinned));
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c227 size_t pinned; local
229 pinned = 0;
233 pinned += obj->gtt_space->size;
237 args->aper_available_size = args->aper_size - pinned;
1487 bool pinned; local
1492 pinned = 0;
1525 pinned = 1;
1571 if (pinned) {
1573 * We may have not pinned the object if the page was
2119 * and pinned int
[all...]
H A Di915_debug.c120 seq_printf(m, " (pinned x %d)", obj->pin_count);
248 seq_printf(m, "%u pinned mappable objects, %zu bytes\n",
547 static const char *pin_flag(int pinned) argument
549 if (pinned > 0)
551 else if (pinned < 0)
592 pin_flag(err->pinned),
H A Di915_drv.h240 s32 pinned:2; member in struct:drm_i915_error_state::drm_i915_error_buffer
1027 /** How many users have pinned this object in GTT space. The following
1032 * pinned per crtc.
1211 /* Early gen2 have a totally busted CS tlb and require pinned batches. */
H A Di915_irq.c1006 err->pinned = 0;
1008 err->pinned = 1;
1010 err->pinned = -1;
1283 /* Record buffers on the active and pinned lists. */
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c282 /* Free all trailing chains in 'buf' that are neither pinned nor empty, prior
805 * read-pinned chains. The first pinned chain is saved in first, and the
806 * last in last. If src has no read-pinned chains, first and last are set
812 struct evbuffer_chain *chain, **pinned; local
821 pinned = src->last_with_datap;
822 if (!CHAIN_PINNED_R(*pinned))
823 pinned = &(*pinned)->next;
824 EVUTIL_ASSERT(CHAIN_PINNED_R(*pinned));
853 RESTORE_PINNED(struct evbuffer *src, struct evbuffer_chain *pinned, struct evbuffer_chain *last) argument
958 struct evbuffer_chain *pinned, *last; local
1047 struct evbuffer_chain *pinned, *last; local
[all...]

Completed in 123 milliseconds