Searched refs:RF_ALLOCATED (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsubr_rman.c252 if (r->r_flags & RF_ALLOCATED) {
284 if (!(r->r_flags & RF_ALLOCATED)) {
302 if (!(r->r_flags & RF_ALLOCATED)) {
358 if (start < r->r_start && (s == NULL || (s->r_flags & RF_ALLOCATED) ||
363 if (end > r->r_end && (t == NULL || (t->r_flags & RF_ALLOCATED) ||
376 (start > r->r_start && s != NULL && !(s->r_flags & RF_ALLOCATED))) {
386 (end < r->r_end && t != NULL && !(t->r_flags & RF_ALLOCATED))) {
410 if (s != NULL && !(s->r_flags & RF_ALLOCATED)) {
425 if (t != NULL && !(t->r_flags & RF_ALLOCATED)) {
454 new_rflags = (flags & ~RF_FIRSTSHARE) | RF_ALLOCATED;
[all...]
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c448 * @param flags specify RF_ALLOCATED to retain an allocation reference,
456 KASSERT(!(flags &~ (RF_ACTIVE|RF_ALLOCATED)), ("unsupported flags"));
461 if (flags & RF_ALLOCATED) {
520 * @param flags specify RF_ALLOCATED to release an allocation reference,
537 ("RF_ALLOCATED released with RF_ACTIVE held"));
551 if (flags & RF_ALLOCATED) {
H A Dchipc.c193 RF_ALLOCATED|RF_ACTIVE);
233 RF_ALLOCATED|RF_ACTIVE);
258 chipc_release_region(sc, sc->core_region, RF_ALLOCATED|RF_ACTIVE);
879 if ((error = chipc_retain_region(sc, cr, RF_ALLOCATED)))
886 chipc_release_region(sc, cr, RF_ALLOCATED);
901 chipc_release_region(sc, cr, RF_ALLOCATED);
954 chipc_release_region(sc, cr, RF_ALLOCATED);
/freebsd-13-stable/sys/sys/
H A Drman.h44 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.h625 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_pcie.c1476 * tag for config space is not filled when RF_ALLOCATED flag is used.
1491 RF_ALLOCATED);

Completed in 103 milliseconds