Home
last modified time | relevance | path

Searched refs:_priority (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_thread.cpp34 , _priority (-1) in Thread()
129 if (_policy != -1 || _priority != -1) { in start()
140 if (_policy != -1 && _policy != SCHED_OTHER && _priority != -1) { in start()
142 param.sched_priority = _priority; in start()
200 _priority = -1; in stop()
H A Dxcam_thread.h47 _priority = priority; in set_priority()
71 int _priority; variable
/OK3568_Linux_fs/u-boot/include/
H A Dspl.h201 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
202 SPL_LOAD_IMAGE(_method ## _priority ## _boot_device) = { \
208 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
209 SPL_LOAD_IMAGE(_method ## _priority ## _boot_device) = { \
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dprcm-common.h519 #define OMAP_PRCM_IRQ(_name, _offset, _priority) { \ argument
522 .priority = _priority \