Searched refs:TA_REQ (Results 26 - 50 of 57) sorted by relevance

123

/fuchsia/zircon/system/dev/misc/tpm/
H A Di2c-cr50.h57 zx_status_t WaitForIrqLocked() TA_REQ(lock_);
78 zx_status_t I2cReadLocked(uint8_t* val, size_t len) TA_REQ(lock_);
80 zx_status_t I2cWriteLocked(const uint8_t* val, size_t len) TA_REQ(lock_);
/fuchsia/zircon/kernel/object/include/object/
H A Dpinned_memory_token_dispatcher.h88 zx_status_t UnmapFromIommuLocked() TA_REQ(get_lock());
90 void InvalidateMappedAddrsLocked() TA_REQ(get_lock());
H A Djob_dispatcher.h147 void UpdateSignalsIncrementLocked() TA_REQ(get_lock());
148 void UpdateSignalsDecrementLocked() TA_REQ(get_lock());
152 T& children, zx_status_t* status, Fn func) TA_REQ(get_lock());
155 uint32_t ChildCountLocked() const TA_REQ(get_lock());
H A Dprocess_dispatcher.h90 zx_handle_t handle_value, bool skip_policy = false) TA_REQ(handle_table_lock_);
95 void AddHandleLocked(HandleOwner handle) TA_REQ(handle_table_lock_);
100 HandleOwner RemoveHandleLocked(zx_handle_t handle_value) TA_REQ(handle_table_lock_);
291 void SetStateLocked(State) TA_REQ(get_lock());
295 void KillAllThreadsLocked() TA_REQ(get_lock());
H A Ddispatcher.h127 const StateObserver::CountInfo* cinfo) TA_REQ(get_lock());
147 zx_status_t InvalidateCookieLocked(CookieJar* cookiejar) TA_REQ(get_lock());
191 void UpdateStateLocked(zx_signals_t clear_mask, zx_signals_t set_mask) TA_REQ(get_lock());
193 zx_signals_t GetSignalsStateLocked() const TA_REQ(get_lock()) {
218 zx_signals_t signals) TA_REQ(get_lock());
280 zx_koid_t get_related_koid() const final TA_REQ(get_lock()) { return peer_koid_; }
H A Dinterrupt_dispatcher.h51 bool SendPacketLocked(zx_time_t timestamp) TA_REQ(spinlock_);
H A Dpci_device_dispatcher.h54 bool irqs_maskable() const TA_REQ(lock_) { return irqs_maskable_; } function in class:final
H A Dexcp_port.h81 bool IsBoundLocked() const TA_REQ(lock_) { function in class:ExceptionPort
H A Dthread_dispatcher.h175 bool InExceptionLocked() TA_REQ(get_lock());
235 void SetStateLocked(State) TA_REQ(get_lock());
H A Dport_dispatcher.h198 void FreePacket(PortPacket* port_packet) TA_REQ(get_lock());
H A Dresource_dispatcher.h95 TA_REQ(ResourcesLock::Get()) {
/fuchsia/zircon/kernel/vm/
H A Dpmm_node.h59 void FreePageLocked(vm_page* page) TA_REQ(lock_);
60 void FreeListLocked(list_node* list) TA_REQ(lock_);
/fuchsia/zircon/kernel/kernel/
H A Dsched.cpp156 static cpu_mask_t find_cpu_mask(thread_t* t) TA_REQ(thread_lock) { function
216 static void insert_in_run_queue_head(cpu_num_t cpu, thread_t* t) TA_REQ(thread_lock) { function
226 static void insert_in_run_queue_tail(cpu_num_t cpu, thread_t* t) TA_REQ(thread_lock) { function
237 static void remove_from_run_queue(thread_t* t, int prio_queue) TA_REQ(thread_lock) { function
251 static uint highest_run_queue(const struct percpu* c) TA_REQ(thread_lock) { function
256 static thread_t* sched_get_top_thread(cpu_num_t cpu) TA_REQ(thread_lock) { function
309 cpu_mask_t* accum_cpu_mask) TA_REQ(thread_lock) { function
494 static void migrate_current_thread(thread_t* current_thread) TA_REQ(thread_lock) { function
546 static bool local_migrate_if_needed(thread_t* curr_thread) TA_REQ(thread_lock) { function
615 cpu_mask_t* accum_cpu_mask) TA_REQ(thread_loc function
[all...]
H A Devent.cpp136 zx_status_t wait_result) TA_REQ(thread_lock) { function
/fuchsia/zircon/kernel/include/kernel/
H A Devent.h73 int event_signal_thread_locked(event_t*) TA_REQ(thread_lock);
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_object_physical.h42 vm_page_t**, paddr_t* pa) override TA_REQ(lock_);
/fuchsia/zircon/system/dev/bus/virtio/
H A Dethernet.h50 void ReleaseLocked() TA_REQ(state_lock_);
/fuchsia/zircon/system/dev/light/ams-light/
H A Dtcs3400.h72 zx_status_t FillInputRpt() TA_REQ(proxy_input_lock_);
/fuchsia/zircon/system/dev/serial/aml-uart/
H A Daml-uart.h58 void EnableLocked(bool enable) TA_REQ(enable_lock_);
/fuchsia/zircon/kernel/arch/x86/
H A Dioapic.cpp83 static inline uint32_t apic_io_read_reg(struct io_apic* io_apic, uint8_t reg) TA_REQ(lock);
85 uint32_t val) TA_REQ(lock);
89 uint32_t global_irq) TA_REQ(lock);
91 uint64_t value) TA_REQ(lock);
/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp119 static void start_thread_locked() TA_REQ(oom_mutex) {
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost.h50 #define REQ_DM_LOCK TA_REQ(&__devhost_api_lock)
/fuchsia/zircon/system/dev/display/astro-display/
H A Dastro-display.h78 void PopulatePanelType() TA_REQ(display_lock_);
/fuchsia/zircon/kernel/lib/ktrace/
H A Dktrace.cpp51 static ktrace_probe_info_t* ktrace_find_probe(const char* name) TA_REQ(probe_list_lock) { function
61 static void ktrace_add_probe(ktrace_probe_info_t* probe) TA_REQ(probe_list_lock) { function
/fuchsia/zircon/kernel/object/
H A Dhandle.cpp62 uint32_t Handle::GetNewBaseValue(void* addr) TA_REQ(ArenaLock::Get()) {

Completed in 132 milliseconds

123