Home
last modified time | relevance | path

Searched refs:managed (Results 1 – 25 of 102) sorted by relevance

12345

/openbsd-src/sys/dev/pci/drm/
H A Ddrm_managed.c33 mtx_enter(&dev->managed.lock); in drmm_kzalloc()
34 list_add(&node->list, &dev->managed.resources); in drmm_kzalloc()
35 mtx_leave(&dev->managed.lock); in drmm_kzalloc()
54 mtx_enter(&dev->managed.lock); in drmm_kcalloc()
55 list_add(&node->list, &dev->managed.resources); in drmm_kcalloc()
56 mtx_leave(&dev->managed.lock); in drmm_kcalloc()
75 mtx_enter(&dev->managed.lock); in drmm_kstrdup()
76 list_add(&node->list, &dev->managed.resources); in drmm_kstrdup()
77 mtx_leave(&dev->managed.lock); in drmm_kstrdup()
89 mtx_enter(&dev->managed.lock); in drmm_kfree()
[all …]
H A Ddrm_drv.c365 * &drm_device managed resources with drmm_add_action(), drmm_kmalloc() and
368 * devres managed resources like devm_kmalloc() can only be used for resources
713 INIT_LIST_HEAD(&dev->managed.resources); in drm_dev_init()
714 spin_lock_init(&dev->managed.lock); in drm_dev_init()
893 kfree(dev->managed.final_kfree); in drm_dev_release()
1013 WARN_ON(!dev->managed.final_kfree); in drm_dev_register()
1077 * drm_dev_put() to drop their final reference, unless it is managed with devres
1361 INIT_LIST_HEAD(&dev->managed.resources); in drm_attach()
1362 mtx_init(&dev->managed.lock, IPL_TTY); in drm_attach()
/openbsd-src/share/snmp/
H A DSNMPv2-TC.txt152 a conceptual row of a MIB table in the managed device. In
191 available for use by the managed device;
195 the managed device (see NOTE below); 'notInService' has
198 the current state of the managed device;
203 managed device (i.e., one or more required columns in
209 to active, making it available for use by the managed
215 the managed device); and,
226 the managed device (the status column has value `active');
227 it is not available for use by the managed device, though
230 not available for use by the managed device, and an attempt
[all …]
H A DSNMPv2-MIB.txt73 -- a collection of objects common to all managed systems.
98 being managed. For example, if vendor `Flintstones,
120 this managed node, together with information on how
130 "An administratively-assigned name for this managed
581 managed systems."
H A DSNMP-FRAMEWORK-MIB.txt203 managed by the Internet Assigned Numbers Authority
272 Models and are managed by the Internet Assigned
H A DIF-MIB.txt80 interface sub-layer in the managed system. It is
94 sub-layer in the managed system. This extension permits the
263 managed system initializes, all interfaces start with
266 retained by the managed system, ifAdminStatus is then
1095 next restart of the managed system. Entries having the
1098 managed system. Entries having the value other(1) are valid
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dexclude_contrib.txt2 # This file is managed by `Porting/updateAUTHORS.pl`
H A Ddocs-team-charter.pod12 This project is managed by the Documentation Team (a.k.a. "Docs Team").
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h26 #define __managed__ __attribute__((managed))
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_device.h83 } managed; member
/openbsd-src/sbin/slaacd/
H A Dslaacd.h96 int managed;
98 int managed; global() member
H A Dengine.c146 int managed; member
748 cei_ra.managed = ra->managed; in send_interface_info()
1447 radv->managed = nd_ra->nd_ra_flags_reserved & ND_RA_FLAG_MANAGED; in parse_ra()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c98 Boolean managed; member
/openbsd-src/gnu/usr.bin/perl/Cross/
H A DREADME13 The main target is arm-linux but I have also managed to
/openbsd-src/sys/dev/videomode/
H A Dediddevs41 * These are standard PNP ids, managed (apparently) by Microsoft.
/openbsd-src/sys/dev/fdt/
H A Dif_mvneta.c445 char *managed; in mvneta_attach() local
494 managed = malloc(len, M_TEMP, M_WAITOK); in mvneta_attach()
495 OF_getprop(faa->fa_node, "managed", managed, len); in mvneta_attach()
496 if (!strncmp(managed, "in-band-status", in mvneta_attach()
501 free(managed, M_TEMP, len); in mvneta_attach()
/openbsd-src/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst144 turned into a ``DeadBlock`` and copied to storage managed by the
149 The lifetime of blocks is managed through 3 methods stored in the
224 * **BlockPointer**: used to reference memory allocated and managed by the
H A DShadowCallStack.rst50 .. _`Control-flow Enforcement Technology`: https://software.intel.com/sites/default/files/managed/4…
127 for code compiled without ``-ffixed-x18`` to run on a thread managed by the
/openbsd-src/usr.sbin/slaacctl/
H A Dslaacctl.c228 " %5us\n", cei_ra->curhoplimit, cei_ra->managed ? 1: 0, in show_interface_msg()
/openbsd-src/gnu/llvm/llvm/docs/
H A DFaultMaps.rst12 Code generated by managed language runtimes tend to have checks that
H A DCodeOfConduct.rst20 This code of conduct applies to all spaces managed by the LLVM project or The
H A DLexicon.rst150 In garbage collection, the region of memory which is managed using
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp135 bool managed() const { return Source == Managed; } in managed() function in __anon721e4a080111::FactEntry
2144 if ((A.managed() || A.asserted()) && (B.managed() || B.asserted())) { in join()
2190 } else if (!ExitFact.managed()) { in intersectAndWarn()
2202 if (!EntryFact->managed() || ExitLEK == LEK_LockedSomeLoopIterations) in intersectAndWarn()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlclass.pod190 Specific aspects of the keywords mentioned above are managed using
/openbsd-src/sys/arch/mips64/mips64/
H A Dpmap.c106 int managed; /* a managed page */ member
1157 stat_count(enter_stats.managed); in pmap_enter()

12345