/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | istandby_service.h | 103 * @param started true if the work is triggered, else false. 108 virtual ErrCode ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bundleName) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_impl.h | 51 bool IsInLoopThread(bool &started) const;
|
/kernel/linux/linux-5.10/include/media/davinci/ |
H A D | vpfe_capture.h | 152 /* Indicates whether streaming started */ 153 u8 started; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_log.h | 50 bool started; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_log.h | 61 bool started; member
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | test_utils.h | 65 virtual bool started() = 0; 122 // On success, returns a Process pointer with started() == true. 123 // On failure, returns a Process pointer with started() == false.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | bss_load.c | 49 if (!(hapd->beacon_set_done && hapd->started)) in update_channel_utilization()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | bss_load.c | 49 if (!(hapd->beacon_set_done && hapd->started)) in update_channel_utilization()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | recover_manager.cpp | 60 operation.started = SESSION_START_DEFAULT; in CreateRecoverKey() 159 operation.started = SESSION_START_DEFAULT; in SetRecoverKeyToTee() 204 operation.started = SESSION_START_DEFAULT; in OpenSession()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_pm112.c | 105 static bool started; variable 365 printk(KERN_INFO "windfarm: Backside control loop started.\n"); in backside_fan_tick() 415 printk(KERN_INFO "windfarm: Drive bay control loop started.\n"); in drive_bay_fan_tick() 467 printk(KERN_INFO "windfarm: Slots control loop started.\n"); in slots_fan_tick() 512 if (!started) { in pm112_tick() 513 started = true; in pm112_tick() 514 printk(KERN_INFO "windfarm: CPUs control loops started.\n"); in pm112_tick()
|
H A D | windfarm_rm31.c | 81 static bool started; variable 436 pr_info("wf_rm31: Backside control loop started.\n"); in backside_setup_pid() 498 pr_info("wf_rm31: Slots control loop started.\n"); in slots_setup_pid() 515 if (!started) { in rm31_tick() 516 started = true; in rm31_tick() 517 printk(KERN_INFO "windfarm: CPUs control loops started.\n"); in rm31_tick()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | chaoskey.c | 342 bool started; in _chaoskey_fill() local 380 started = dev->reads_started; in _chaoskey_fill() 385 (started ? NAK_TIMEOUT : ALEA_FIRST_TIMEOUT) ); in _chaoskey_fill()
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_parser.py | 55 started = False 60 started = True 64 elif started:
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | chaoskey.c | 341 bool started; in _chaoskey_fill() local 379 started = dev->reads_started; in _chaoskey_fill() 384 (started ? NAK_TIMEOUT : ALEA_FIRST_TIMEOUT) ); in _chaoskey_fill()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_pm112.c | 107 static bool started; variable 367 printk(KERN_INFO "windfarm: Backside control loop started.\n"); in backside_fan_tick() 417 printk(KERN_INFO "windfarm: Drive bay control loop started.\n"); in drive_bay_fan_tick() 469 printk(KERN_INFO "windfarm: Slots control loop started.\n"); in slots_fan_tick() 514 if (!started) { in pm112_tick() 515 started = true; in pm112_tick() 516 printk(KERN_INFO "windfarm: CPUs control loops started.\n"); in pm112_tick()
|
H A D | windfarm_rm31.c | 81 static bool started; variable 436 pr_info("wf_rm31: Backside control loop started.\n"); in backside_setup_pid() 498 pr_info("wf_rm31: Slots control loop started.\n"); in slots_setup_pid() 515 if (!started) { in rm31_tick() 516 started = true; in rm31_tick() 517 printk(KERN_INFO "windfarm: CPUs control loops started.\n"); in rm31_tick()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-snap.c | 220 int started; member 1884 pe->started = 0; in __insert_pending_exception() 2088 if (!pe->started && io_overlaps_chunk(s, bio)) { in snapshot_map() 2089 pe->started = 1; in snapshot_map() 2100 if (!pe->started) { in snapshot_map() 2102 pe->started = 1; in snapshot_map() 2532 if (!pe->started) { in __origin_write() 2533 pe->started = 1; in __origin_write() 2538 if (!pe->started) { in __origin_write() 2539 pe->started in __origin_write() [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0910.c | 103 u32 started; member 483 if (!state->started) in get_cur_symbol_rate() 514 if (!state->started) in get_signal_parameters() 650 if (!state->started) in get_signal_to_noise() 866 if (state->started) { in stop() 878 state->started = 0; in stop() 1032 if (state->started) in start() 1130 state->started = 1; in start() 1153 state->started = 0; in probe() 1301 if (!state->started) in manage_matype_info() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv0910.c | 94 u32 started; member 474 if (!state->started) in get_cur_symbol_rate() 505 if (!state->started) in get_signal_parameters() 641 if (!state->started) in get_signal_to_noise() 857 if (state->started) { in stop() 869 state->started = 0; in stop() 1023 if (state->started) in start() 1121 state->started = 1; in start() 1144 state->started = 0; in probe() 1292 if (!state->started) in manage_matype_info() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-snap.c | 216 int started; member 1864 pe->started = 0; in __insert_pending_exception() 2068 if (!pe->started && io_overlaps_chunk(s, bio)) { in snapshot_map() 2069 pe->started = 1; in snapshot_map() 2080 if (!pe->started) { in snapshot_map() 2082 pe->started = 1; in snapshot_map() 2520 if (!pe->started) { in __origin_write() 2521 pe->started = 1; in __origin_write() 2526 if (!pe->started) { in __origin_write() 2527 pe->started in __origin_write() [all...] |
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 70 STANDBYSERVICE_LOGW("device standby service has already started."); in OnStart() 279 ErrCode StandbyService::ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bundleName) in ReportWorkSchedulerStatus() argument 285 return StandbyServiceImpl::GetInstance()->ReportWorkSchedulerStatus(started, uid, bundleName); in ReportWorkSchedulerStatus()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | agg-rx.c | 190 if (!tid->started) { in mt76_rx_aggr_reorder() 194 tid->started = true; in mt76_rx_aggr_reorder()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | agg-rx.c | 191 if (!tid->started) { in mt76_rx_aggr_reorder() 195 tid->started = true; in mt76_rx_aggr_reorder()
|
/kernel/linux/linux-6.6/net/mac802154/ |
H A D | driver-ops.h | 208 local->started = true; in drv_start() 223 /* sync away all work on the tasklet before clearing started */ in drv_stop() 229 local->started = false; in drv_stop()
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2448 sem_t *started; member 2477 sem_t started; in FIXTURE() local 2512 sem_init(&self->started, 0, 0); in FIXTURE_SETUP() 2515 self->sibling[0].started = &self->started; in FIXTURE_SETUP() 2523 self->sibling[1].started = &self->started; in FIXTURE_SETUP() 2553 sem_destroy(&self->started); in FIXTURE_TEARDOWN() 2569 sem_post(me->started); in tsync_sibling() 2570 /* Return outside of started s in tsync_sibling() [all...] |