Searched refs:Pinned (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-ipmi-flash/ |
H A D | util.hpp | 23 struct Pinned : public T struct 26 Pinned(Args&&... args) : T(std::forward<Args>(args)...) in Pinned() function 29 Pinned& operator=(const Arg& o) in operator =() argument 35 Pinned(Pinned&&) = delete; 36 Pinned& operator=(Pinned&&) = delete;
|
/openbmc/phosphor-networkd/src/ |
H A D | network_manager_main.cpp | 66 stdplus::Pinned bus = sdbusplus::bus::new_default(); in main() 69 stdplus::Pinned<TimerExecutor> reload(event, std::chrono::seconds(3)); in main() 70 stdplus::Pinned<Manager> manager(bus, reload, DEFAULT_OBJPATH, in main()
|
/openbmc/linux/arch/powerpc/platforms/8xx/ |
H A D | Kconfig | 170 bool "Pinned Kernel TLBs" 183 bool "Pinned TLB for DATA" 190 bool "Pinned TLB for IMMR"
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/ |
H A D | version_handler.hpp | 73 Pinned<std::string> blobId;
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/ |
H A D | log_handler.hpp | 88 Pinned<std::string> blobId;
|
/openbmc/phosphor-networkd/test/ |
H A D | test_network_manager.cpp | 25 stdplus::Pinned<sdbusplus::bus_t> bus;
|
H A D | test_ethernet_interface.cpp | 31 stdplus::Pinned<sdbusplus::bus_t> bus;
|
/openbmc/linux/fs/gfs2/ |
H A D | incore.h | 135 BUFFER_FNS(Pinned, pinned) 136 TAS_BUFFER_FNS(Pinned, pinned)
|
/openbmc/linux/include/linux/ |
H A D | page-flags.h | 505 PAGEFLAG(Pinned, pinned, PF_NO_COMPOUND) 506 TESTSCFLAG(Pinned, pinned, PF_NO_COMPOUND)
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996-sony-xperia-tone.dtsi | 640 /* Pinned to a high value for now to avoid random crashes. */
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-sysfs.rst | 277 Pinned Logical I2C Bus Number
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | memory-hotplug.rst | 634 ZONE_MOVABLE, and therefore, memory offlining. Pinned pages cannot reside
|