/openbmc/linux/net/core/ |
H A D | gro_cells.c | 98 struct percpu_free_defer *defer; in percpu_free_defer_callback() local 100 defer = container_of(head, struct percpu_free_defer, rcu); in percpu_free_defer_callback() 101 free_percpu(defer->ptr); in percpu_free_defer_callback() 102 kfree(defer); in percpu_free_defer_callback() 107 struct percpu_free_defer *defer; in gro_cells_destroy() local 125 defer = kmalloc(sizeof(*defer), GFP_KERNEL | __GFP_NOWARN); in gro_cells_destroy() 126 if (likely(defer)) { in gro_cells_destroy() 127 defer->ptr = gcells->cells; in gro_cells_destroy() 128 call_rcu(&defer->rcu, percpu_free_defer_callback); in gro_cells_destroy()
|
/openbmc/phosphor-hwmon/test/ |
H A D | fanpwm_unittest.cpp | 61 bool defer = true; in TEST() local 70 objPath.c_str(), defer, target); in TEST() 86 bool defer = false; in TEST() local 101 objPath.c_str(), defer, target); in TEST() 115 bool defer = true; in TEST() local 127 objPath.c_str(), defer, target); in TEST() 159 bool defer = true; in TEST() local 168 objPath.c_str(), defer, target); in TEST()
|
/openbmc/phosphor-dbus-monitor/src/example/ |
H A D | test.yaml | 344 defer: 1000us 356 defer: 1000us 368 defer: 1000us 380 defer: 1000us 392 defer: 1000us 404 defer: 1000us 416 defer: 1000us 428 defer: 1000us 440 defer: 1000us 452 defer: 1000us [all …]
|
/openbmc/phosphor-pid-control/test/ |
H A D | sensor_host_unittest.cpp | 42 bool defer = false; in TEST() local 50 SetupDbusObject(&sdbus_mock, defer, objPath, interface, properties, &d); in TEST() 58 HostSensor::createTemp(name, timeout, bus_mock, objPath, defer); in TEST() 71 bool defer = false; in TEST() local 77 SetupDbusObject(&sdbus_mock, defer, objPath, interface, properties, &d); in TEST() 84 HostSensor::createTemp(name, timeout, bus_mock, objPath, defer); in TEST()
|
H A D | helpers.hpp | 35 * @param[in] defer - Whether object announcement is deferred. 41 void SetupDbusObject(sdbusplus::SdBusMock* sdbus_mock, bool defer, in SetupDbusObject() argument 45 if (!defer) in SetupDbusObject()
|
H A D | pid_zone_unittest.cpp | 59 bool defer = true; in TEST() local 69 SetupDbusObject(&sdbus_mock_mode, defer, objPath, modeInterface, properties, in TEST() 71 SetupDbusObject(&sdbus_mock_mode, defer, objPath, debugZoneInterface, in TEST() 80 SetupDbusObject(&sdbus_mock_enable, defer, pidsensorpath.c_str(), in TEST() 84 bus_mock_mode, objPath, defer, accSetPoint); in TEST() 111 SetupDbusObject(&sdbus_mock_mode, defer, objPath, modeInterface, in PidZoneTest() 113 SetupDbusObject(&sdbus_mock_mode, defer, objPath, debugZoneInterface, in PidZoneTest() 116 SetupDbusObject(&sdbus_mock_enable, defer, pidsensorpath.c_str(), in PidZoneTest() 122 bus_mock_mode, objPath, defer, accSetPoint); in PidZoneTest() 139 bool defer = true; member in pid_control::__anon416c5d230111::PidZoneTest [all …]
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | event.hpp | 23 * @brief A wrapper around the sd_event_source defer type 25 * There are multiple types of defer sources, instantiate 26 * Defer, Post, or Exit depending on the required event. 114 class Defer : public EventBase class 117 /** @brief Adds a new defer source handler to the Event 124 Defer(const Event& event, Callback&& Callback);
|
/openbmc/phosphor-hwmon/ |
H A D | fan_pwm.hpp | 29 * @param[in] defer - Dbus object registration defer 33 sdbusplus::bus_t& bus, const char* objPath, bool defer, in FanPwm() argument 36 defer ? FanPwmObject::action::emit_no_signals in FanPwm()
|
H A D | fan_speed.hpp | 29 * @param[in] defer - Dbus object registration defer 34 sdbusplus::bus_t& bus, const char* objPath, bool defer, in FanSpeed() argument 37 defer ? FanSpeedObject::action::emit_no_signals in FanSpeed()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | kregs.h | 121 #define IA64_DCR_DM_BIT 8 /* defer TLB miss faults */ 122 #define IA64_DCR_DP_BIT 9 /* defer page-not-present faults */ 123 #define IA64_DCR_DK_BIT 10 /* defer key miss faults */ 124 #define IA64_DCR_DX_BIT 11 /* defer key permission faults */ 125 #define IA64_DCR_DR_BIT 12 /* defer access right faults */ 126 #define IA64_DCR_DA_BIT 13 /* defer access bit faults */ 127 #define IA64_DCR_DD_BIT 14 /* defer debug faults */
|
/openbmc/linux/drivers/clk/baikal-t1/ |
H A D | clk-ccu-pll.c | 148 static int ccu_pll_clk_register(struct ccu_pll_data *data, bool defer) in ccu_pll_clk_register() argument 156 /* Defer non-basic PLLs allocation for the probe stage */ in ccu_pll_clk_register() 157 if (!!(info->features & CCU_PLL_BASIC) ^ defer) { in ccu_pll_clk_register() 186 if (!!(pll_info[idx].features & CCU_PLL_BASIC) ^ defer) in ccu_pll_clk_register() 195 static void ccu_pll_clk_unregister(struct ccu_pll_data *data, bool defer) in ccu_pll_clk_unregister() argument 201 if (!!(pll_info[idx].features & CCU_PLL_BASIC) ^ defer) in ccu_pll_clk_unregister()
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | host.hpp | 44 sdbusplus::bus_t& bus, const char* objPath, bool defer); 47 const char* objPath, bool defer) : in HostSensor() argument 50 defer ? ValueObject::action::defer_emit in HostSensor()
|
H A D | host.cpp | 40 const char* objPath, bool defer) in createTemp() argument 43 std::make_unique<HostSensor>(name, timeout, bus, objPath, defer); in createTemp() 57 // defer=false. in createTemp()
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/events-policy/ |
H A D | config.yaml | 61 defer: 1000us 73 defer: 1000us 85 defer: 1000us
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | dma.h | 100 * DMA address immediately, but defer it to the enable_dma(). 108 * DMA address immediately, but defer it to the enable_dma(). 118 * DMA count immediately, but defer it to the enable_dma(). 126 * DMA transfer direction immediately, but defer it to the
|
/openbmc/phosphor-dbus-monitor/src/templates/ |
H A D | conditional.mako.cpp | 1 % if c.defer: 5 ${indent(1)}${c.defer})\
|
/openbmc/sdeventplus/test/source/ |
H A D | event.cpp | 86 Defer defer(*event, std::move(callback)); in TEST_F() local 87 EXPECT_NE(&defer, userdata); in TEST_F() 94 defer.set_callback(std::bind([]() {})); in TEST_F() 187 EXPECT_THROW(Defer(*event, std::move(callback)), SdEventError); in TEST_F()
|
/openbmc/phosphor-host-postd/lpcsnoop/ |
H A D | snoop.hpp | 23 PostReporter(sdbusplus::bus_t& bus, const char* objPath, bool defer) : in PostReporter() argument 25 defer ? PostObject::action::defer_emit in PostReporter()
|
/openbmc/sdeventplus/test/utility/ |
H A D | sdbus.cpp | 23 source::Defer(event, [](source::EventBase& b) { in TEST_F() 33 source::Defer(event, [&](source::EventBase& b) { in TEST_F()
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 1258 if (test_migrate_start(&from, &to, "defer", &args->start)) { in migrate_postcopy_prepare() 2094 .listen_uri = "defer", in test_precopy_file() 2139 .listen_uri = "defer", in test_precopy_file_offset_fdset() 2154 .listen_uri = "defer", in test_precopy_file_offset() 2167 .listen_uri = "defer", in test_precopy_file_offset_bad() 2200 .listen_uri = "defer", in test_mode_reboot() 2213 .listen_uri = "defer", in test_precopy_file_mapped_ram_live() 2226 .listen_uri = "defer", in test_precopy_file_mapped_ram() 2252 .listen_uri = "defer", in test_multifd_file_mapped_ram_live() 2265 .listen_uri = "defer", in test_multifd_file_mapped_ram() [all …]
|
/openbmc/qemu/util/ |
H A D | defer-call.c | 25 #include "qemu/defer-call.h" 60 * Otherwise defer the call until the end of the outermost 106 * defer_call_begin: Defer defer_call() functions until defer_call_end()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | event_logger.hpp | 106 * 'defer' sd_event source. 110 _eventSource = std::make_unique<sdeventplus::source::Defer>( in scheduleCreate() 178 std::unique_ptr<sdeventplus::source::Defer> _eventSource;
|
/openbmc/qemu/docs/devel/migration/ |
H A D | CPR.rst | 63 * Start QEMU with the ``-incoming defer`` option. 92 # qemu-kvm ... -incoming defer 131 # qemu-kvm ... -incoming defer
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor.sh | 53 printf '[DEFER]\n' >&"$GBMC_IP_MONITOR_DEFER" 119 elif [[ "$line" == '[DEFER]'* ]]; then 121 change=defer
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | export-incoming-iothread | 7 # -incoming defer. 50 self.vm.add_incoming('defer')
|