Searched defs:TA_REQ (Results 1 - 15 of 15) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
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
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Diommu_impl.h120 volatile ds::RootTable* root_table() const TA_REQ(lock_) { function in class:intel_iommu::final
[all...]
/fuchsia/zircon/kernel/include/kernel/
H A Dwait.h104 zx_status_t Block(zx_time_t deadline) TA_REQ(thread_lock) { function in class:WaitQueue
108 zx_status_t BlockWithMask(zx_time_t deadline, uint signal_mask) TA_REQ(thread_lock) { function in class:WaitQueue
112 int BlockedPriority() TA_REQ(thread_lock) { function in class:WaitQueue
116 int WakeOne(bool reschedule, zx_status_t wait_queue_error) TA_REQ(thread_lock) { function in class:WaitQueue
120 int WakeAll(bool reschedule, zx_status_t wait_queue_error) TA_REQ(thread_lock) { function in class:WaitQueue
124 struct thread* DequeueOne(zx_status_t wait_queue_error) TA_REQ(thread_lock) { function in class:WaitQueue
128 bool IsEmpty() TA_REQ(thread_lock) { function in class:WaitQueue
132 static zx_status_t UnblockThread(struct thread* t, zx_status_t wait_queue_error) TA_REQ(thread_lock) { function in class:WaitQueue
136 static void PriorityChanged(struct thread* t, int old_prio) TA_REQ(thread_lock) { function in class:WaitQueue
140 void Validate() TA_REQ(thread_lock) { function in class:WaitQueue
[all...]
H A Dmp.h110 static inline cpu_mask_t mp_get_idle_mask(void) TA_REQ(thread_lock) { function
114 static inline void mp_set_cpu_idle(cpu_num_t cpu) TA_REQ(thread_lock) { function
118 static inline void mp_set_cpu_busy(cpu_num_t cpu) TA_REQ(thread_lock) { function
122 static inline int mp_is_cpu_idle(cpu_num_t cpu) TA_REQ(thread_lock) { function
128 static inline void mp_set_cpu_realtime(cpu_num_t cpu) TA_REQ(thread_lock) { function
132 static inline void mp_set_cpu_non_realtime(cpu_num_t cpu) TA_REQ(thread_lock) { function
136 static inline cpu_mask_t mp_get_realtime_mask(void) TA_REQ(thread_lock) { function
/fuchsia/zircon/system/private/zircon/
H A Dthread_annotations.h43 #define TA_REQ(...) THREAD_ANNOTATION(requires_capability(__VA_ARGS__)) macro
/fuchsia/zircon/kernel/kernel/
H A Devent.cpp136 zx_status_t wait_result) TA_REQ(thread_lock) { function
H A Dwait.cpp198 uint signal_mask) TA_REQ(thread_lock) { function
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 Dthread.cpp474 int retcode) TA_REQ(thread_lock) { function
643 static bool check_kill_signal(thread_t* current_thread) TA_REQ(thread_lock) { function
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-stream.h78 void EnsureStoppedLocked() TA_REQ(channel_lock_) { EnsureStopped(regs_); } function in class:audio::intel_hda::IntelHDAStream
/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm-private.h164 fvm_t* GetFvmLocked() const TA_REQ(lock_) { function in class:fvm::VPartitionManager
184 size_t PrimaryOffsetLocked() const TA_REQ(lock_) { function in class:fvm::VPartitionManager
188 size_t BackupOffsetLocked() const TA_REQ(lock_) { function in class:fvm::VPartitionManager
231 auto ExtentBegin() TA_REQ(lock_) { function in class:fvm::VPartition
249 bool SliceCanFree(size_t vslice) const TA_REQ(lock_) { function in class:fvm::VPartition
264 void AddBlocksLocked(ssize_t nblocks) TA_REQ(lock_) { function in class:fvm::VPartition
270 void KillLocked() TA_REQ(lock_) { entry_index_ = 0; } function in class:fvm::VPartition
271 bool IsKilledLocked() TA_REQ(lock_) { return entry_index_ == 0; } function in class:fvm::VPartition
[all...]
/fuchsia/zircon/system/dev/bus/virtio/backends/
H A Dpci_legacy.cpp16 void PciLegacyBackend::IoReadLocked(uint16_t offset, uint8_t* val) TA_REQ(lock_) { function in namespace:virtio
20 void PciLegacyBackend::IoReadLocked(uint16_t offset, uint16_t* val) TA_REQ(lock_) { function in namespace:virtio
24 void PciLegacyBackend::IoReadLocked(uint16_t offset, uint32_t* val) TA_REQ(lock_) { function in namespace:virtio
28 void PciLegacyBackend::IoWriteLocked(uint16_t offset, uint8_t val) TA_REQ(lock_) { function in namespace:virtio
32 void PciLegacyBackend::IoWriteLocked(uint16_t offset, uint16_t val) TA_REQ(lock_) { function in namespace:virtio
36 void PciLegacyBackend::IoWriteLocked(uint16_t offset, uint32_t val) TA_REQ(lock_) { function in namespace:virtio
/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/vm/include/vm/
H A Dvm_object.h47 virtual zx_status_t ResizeLocked(uint64_t size) TA_REQ(lock_) { return ZX_ERR_NOT_SUPPORTED; } function in class:VmObject
184 vm_page_t** page, paddr_t* pa) TA_REQ(lock_) { function in class:VmObject

Completed in 109 milliseconds