Searched refs:priority (Results 1 - 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsched.py16 Events are specified by tuples (time, priority, action, argument).
17 As in UNIX, lower priority numbers mean higher priority; in this
18 way the queue can be maintained as a priority queue. Execution of the
36 Event = namedtuple('Event', 'time, priority, action, argument')
46 def enterabs(self, time, priority, action, argument):
53 event = Event(time, priority, action, argument)
57 def enter(self, delay, priority, action, argument):
64 return self.enterabs(time, priority, action, argument)
108 time, priority, actio
[all...]
/device/google/marlin/dataservices/datatop/src/
H A Ddatatop_opt.c59 clopts->priority = DEFAULT_NICE;
93 clopts->priority = strtol(optarg, 0, 10);
94 if (clopts->priority > 19 || clopts->priority < -20) {
H A Ddatatop_opt.h51 #define DEFAULT_NICE 19 /* Lowest priority */
79 int priority; /* -n option (niceness) */ member in struct:cli_opts
H A Ddatatop.c169 fprintf(stderr, "Error setting priority [%d]\n", errno);
186 dtop_set_niceness(usr_cl_opts.priority);
/device/google/contexthub/firmware/os/platform/stm32/
H A DhostIntf.c46 uint32_t priority, preemptPriority, subPriority; local
63 We do not change the preempt priority */
64 priority = NVIC_GetPriority(rx);
65 NVIC_DecodePriority (priority, priorityGroup, &preemptPriority, &subPriority);
70 priority = NVIC_GetPriority(tx);
71 NVIC_DecodePriority (priority, priorityGroup, &preemptPriority, &subPriority);
H A Ddma.c264 STM_DMA_CR_PL(mode->priority) |
/device/google/marlin/camera/QCamera2/util/
H A DQCameraCmdThread.h66 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
H A DQCameraCmdThread.cpp132 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
133 * will be enqueued to the head with priority.
139 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) argument
149 if (priority) {
/device/huawei/angler/camera/QCamera2/util/
H A DQCameraCmdThread.h63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
H A DQCameraCmdThread.cpp123 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
124 * will be enqueued to the head with priority.
130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) argument
140 if (priority) {
/device/lge/bullhead/camera/QCamera2/util/
H A DQCameraCmdThread.h63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
H A DQCameraCmdThread.cpp123 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
124 * will be enqueued to the head with priority.
130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) argument
140 if (priority) {
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
H A Ddma.h43 } priority; member in struct:dmaMode
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
H A Dcore_cm0.h604 The function sets the priority of an interrupt.
606 \note The priority cannot be set for every core interrupt.
609 \param [in] priority Priority to set.
611 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) argument
615 (((priority << (8 - __NVIC_PRIO_BITS)) & 0xFF) << _BIT_SHIFT(IRQn)); }
618 (((priority << (8 - __NVIC_PRIO_BITS)) & 0xFF) << _BIT_SHIFT(IRQn)); }
624 The function reads the priority of an interrupt. The interrupt
631 priority bits of the microcontroller.
637 return((uint32_t)(((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & 0xFF) >> (8 - __NVIC_PRIO_BITS))); } /* get priority for Cortex-M0 system interrupts */
639 return((uint32_t)(((NVIC->IP[ _IP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & 0xFF) >> (8 - __NVIC_PRIO_BITS))); } /* get priority fo
[all...]
H A Dcore_cm0plus.h715 The function sets the priority of an interrupt.
717 \note The priority cannot be set for every core interrupt.
720 \param [in] priority Priority to set.
722 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) argument
726 (((priority << (8 - __NVIC_PRIO_BITS)) & 0xFF) << _BIT_SHIFT(IRQn)); }
729 (((priority << (8 - __NVIC_PRIO_BITS)) & 0xFF) << _BIT_SHIFT(IRQn)); }
735 The function reads the priority of an interrupt. The interrupt
742 priority bits of the microcontroller.
748 return((uint32_t)(((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & 0xFF) >> (8 - __NVIC_PRIO_BITS))); } /* get priority for Cortex-M0 system interrupts */
750 return((uint32_t)(((NVIC->IP[ _IP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & 0xFF) >> (8 - __NVIC_PRIO_BITS))); } /* get priority fo
[all...]
H A Dcore_sc000.h735 The function sets the priority of an interrupt.
737 \note The priority cannot be set for every core interrupt.
740 \param [in] priority Priority to set.
742 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) argument
746 (((priority << (8 - __NVIC_PRIO_BITS)) & 0xFF) << _BIT_SHIFT(IRQn)); }
749 (((priority << (8 - __NVIC_PRIO_BITS)) & 0xFF) << _BIT_SHIFT(IRQn)); }
755 The function reads the priority of an interrupt. The interrupt
762 priority bits of the microcontroller.
768 return((uint32_t)(((SCB->SHP[_SHP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & 0xFF) >> (8 - __NVIC_PRIO_BITS))); } /* get priority for Cortex-M0 system interrupts */
770 return((uint32_t)(((NVIC->IP[ _IP_IDX(IRQn)] >> _BIT_SHIFT(IRQn) ) & 0xFF) >> (8 - __NVIC_PRIO_BITS))); } /* get priority fo
[all...]
H A Dcore_cm3.h1303 The function sets the priority grouping field using the required unlock sequence.
1306 In case of a conflict between priority grouping and available
1307 priority bits (__NVIC_PRIO_BITS), the smallest possible priority group is set.
1327 The function reads the priority grouping field from the NVIC Interrupt Controller.
1333 return ((SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) >> SCB_AIRCR_PRIGROUP_Pos); /* read priority grouping field */
1418 The function sets the priority of an interrupt.
1420 \note The priority cannot be set for every core interrupt.
1423 \param [in] priority Priority to set.
1425 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) argument
[all...]
H A Dcore_cm4.h1454 The function sets the priority grouping field using the required unlock sequence.
1457 In case of a conflict between priority grouping and available
1458 priority bits (__NVIC_PRIO_BITS), the smallest possible priority group is set.
1478 The function reads the priority grouping field from the NVIC Interrupt Controller.
1484 return ((SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) >> SCB_AIRCR_PRIGROUP_Pos); /* read priority grouping field */
1570 The function sets the priority of an interrupt.
1572 \note The priority cannot be set for every core interrupt.
1575 \param [in] priority Priority to set.
1577 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) argument
[all...]
H A Dcore_sc300.h1283 The function sets the priority grouping field using the required unlock sequence.
1286 In case of a conflict between priority grouping and available
1287 priority bits (__NVIC_PRIO_BITS), the smallest possible priority group is set.
1307 The function reads the priority grouping field from the NVIC Interrupt Controller.
1313 return ((SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) >> SCB_AIRCR_PRIGROUP_Pos); /* read priority grouping field */
1398 The function sets the priority of an interrupt.
1400 \note The priority cannot be set for every core interrupt.
1403 \param [in] priority Priority to set.
1405 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) argument
[all...]
H A Dcore_cm7.h1641 The function sets the priority grouping field using the required unlock sequence.
1644 In case of a conflict between priority grouping and available
1645 priority bits (__NVIC_PRIO_BITS), the smallest possible priority group is set.
1665 The function reads the priority grouping field from the NVIC Interrupt Controller.
1671 return ((SCB->AIRCR & SCB_AIRCR_PRIGROUP_Msk) >> SCB_AIRCR_PRIGROUP_Pos); /* read priority grouping field */
1757 The function sets the priority of an interrupt.
1759 \note The priority cannot be set for every core interrupt.
1762 \param [in] priority Priority to set.
1764 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
H A Dhandlers.py621 # the bottom 3 bits are the priority (0-7) and the top 28 bits are the
753 def encodePriority(self, facility, priority):
755 Encode the facility and priority. You can pass in strings or
762 if isinstance(priority, basestring):
763 priority = self.priority_names[priority]
764 return (facility << 3) | priority
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DTechNotes.txt148 Events and task priority levels
179 The task priority level for the WaitForPacket callback too is set by the
/device/huawei/angler/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h285 * matching priority
332 * @priority : save matched priority frames only
340 mm_camera_super_buf_priority_t priority; member in struct:__anon1663
/device/lge/bullhead/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h285 * matching priority
332 * @priority : save matched priority frames only
340 mm_camera_super_buf_priority_t priority; member in struct:__anon2215
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dns_print.c398 u_int priority, weight, port; local
404 priority = ns_get16(rdata); rdata += NS_INT16SZ;
407 len = SPRINTF((t, "%u %u %u ", (unsigned int)priority, (unsigned int)weight, (unsigned int)port));

Completed in 273 milliseconds

12