/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | 802.1d.h | 50 #define PRIO2PREC(prio) \ argument 51 (((prio) == PRIO_8021D_NONE || (prio) == PRIO_8021D_BE) ? ((prio ^ 2)) \ 52 : (prio))
|
D | 802.11e.h | 114 #define WLC_CAC_SET_USER_PRIO(pt, prio) \ argument 116 ((prio) << TS_INFO_USER_PRIO_SHIFT))
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | 802.1d.h | 50 #define PRIO2PREC(prio) \ argument 51 (((prio) == PRIO_8021D_NONE || (prio) == PRIO_8021D_BE) ? ((prio^2)) : (prio))
|
D | 802.11e.h | 108 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \ argument 109 ((prio) << TS_INFO_USER_PRIO_SHIFT))
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
D | 802.1d.h | 44 #define PRIO2PREC(prio) \ argument 45 (((prio) == PRIO_8021D_NONE || (prio) == PRIO_8021D_BE) ? ((prio^2)) : (prio))
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | 802.1d.h | 51 #define PRIO2PREC(prio) \ argument 52 (((prio) == PRIO_8021D_NONE || (prio) == PRIO_8021D_BE) ? ((prio^2)) : (prio))
|
D | 802.11e.h | 109 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \ argument 110 ((prio) << TS_INFO_USER_PRIO_SHIFT))
|
/device/soc/esp/esp32/components/heap/ |
D | heap_private.h | 60 for (int prio = 0; prio < SOC_MEMORY_TYPE_NO_PRIOS; prio++) { in get_all_caps() local 61 all_caps |= heap->caps[prio]; in get_all_caps()
|
D | heap_caps.c | 122 for (int prio = 0; prio < SOC_MEMORY_TYPE_NO_PRIOS; prio++) { in heap_caps_malloc() local 129 if ((heap->caps[prio] & caps) != 0) { in heap_caps_malloc() 564 for (int prio = 0; prio < SOC_MEMORY_TYPE_NO_PRIOS; prio++) { in heap_caps_aligned_alloc() local 571 if ((heap->caps[prio] & caps) != 0) { in heap_caps_aligned_alloc()
|
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
D | sched.h | 57 … TP_STRUCT__entry(__array(char, comm, TASK_COMM_LEN) __field(pid_t, pid) __field(int, prio) 61 __entry->prio = p->prio; /* XXX SCHED_DEADLINE */ 65 … TP_printk("comm=%s pid=%d prio=%d target_cpu=%03d", __entry->comm, __entry->pid, __entry->prio, 128 __entry->prev_prio = prev->prio; 131 __entry->next_prio = next->prio; 156 … TP_STRUCT__entry(__array(char, comm, TASK_COMM_LEN) __field(pid_t, pid) __field(int, prio) 160 __entry->prio = p->prio; /* XXX SCHED_DEADLINE */ 165 __entry->prio, __entry->orig_cpu, __entry->dest_cpu, __entry->running)); 173 … TP_STRUCT__entry(__array(char, comm, TASK_COMM_LEN) __field(pid_t, pid) __field(int, prio)), 176 __entry->prio = p->prio; /* XXX SCHED_DEADLINE */ [all …]
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
D | rt.c | 289 return rq->rt.highest_prio.curr > prev->prio && !cpu_isolated(cpu_of(rq)); in need_pull_rt_task() 407 plist_node_init(&p->pushable_tasks, p->prio); in enqueue_pushable_task() 411 if (p->prio < rq->rt.highest_prio.next) { in enqueue_pushable_task() 412 rq->rt.highest_prio.next = p->prio; in enqueue_pushable_task() 423 rq->rt.highest_prio.next = p->prio; in dequeue_pushable_task() 573 if (rt_rq->highest_prio.curr < curr->prio) { in sched_rt_rq_enqueue() 610 return p->prio != p->normal_prio; in rt_se_boosted() 995 return rt_task_of(rt_se)->prio; in rt_se_prio() 1148 static void inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) in inc_rt_prio_smp() argument 1160 if (rq->online && prio < prev_prio) { in inc_rt_prio_smp() [all …]
|
D | core.c | 911 int prio = p->static_prio - MAX_RT_PRIO; in set_load_weight() local 928 reweight_task(p, prio); in set_load_weight() 930 load->weight = scale_load(sched_prio_to_weight[prio]); in set_load_weight() 931 load->inv_weight = sched_prio_to_wmult[prio]; in set_load_weight() 1760 int prio; in __normal_prio() local 1763 prio = MAX_DL_PRIO - 1; in __normal_prio() 1765 prio = MAX_RT_PRIO - 1 - rt_prio; in __normal_prio() 1767 prio = NICE_TO_PRIO(nice); in __normal_prio() 1770 return prio; in __normal_prio() 1801 if (!rt_prio(p->prio)) { in effective_prio() [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_flowring.c | 55 uint8 prio, char *sa, char *da); 58 uint8 prio, char *sa, char *da); 61 uint8 prio, char *sa, char *da, uint16 *flowid); 631 dhd_flowid_find(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da) in dhd_flowid_find() argument 651 hash = DHD_FLOWRING_HASHINDEX(da, prio); in dhd_flowid_find() 665 cur = if_flow_lkup[ifindex].fl_hash[prio]; in dhd_flowid_find() 676 hash = DHD_FLOWRING_HASHINDEX(da, prio); in dhd_flowid_find() 684 (cur->flow_info.tid == prio))) { in dhd_flowid_find() 702 dhd_flowid_map_alloc(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *da) in dhd_flowid_map_alloc() argument 709 if (prio == HTPUT_FLOW_RING_PRIO) { in dhd_flowid_map_alloc() [all …]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dhd_flowring.c | 58 uint8 prio, char *sa, char *da); 61 uint8 prio, char *sa, char *da); 64 uint8 prio, char *sa, char *da, uint16 *flowid); 551 dhd_flowid_find(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da) in dhd_flowid_find() argument 572 hash = DHD_FLOWRING_HASHINDEX(da, prio); in dhd_flowid_find() 586 cur = if_flow_lkup[ifindex].fl_hash[prio]; in dhd_flowid_find() 597 hash = DHD_FLOWRING_HASHINDEX(da, prio); in dhd_flowid_find() 605 (cur->flow_info.tid == prio))) { in dhd_flowid_find() 620 dhd_flowid_alloc(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da) in dhd_flowid_alloc() argument 647 fl_hash_node->flow_info.tid = prio; in dhd_flowid_alloc() [all …]
|
D | dhd_flowring.h | 74 #define DHD_FLOWRING_HASHINDEX(ea, prio) \ argument 75 ((((uint8 *)(ea))[3] ^ ((uint8 *)(ea))[4] ^ ((uint8 *)(ea))[5] ^ ((uint8)(prio))) \ 264 extern int dhd_flowid_update(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, 267 uint8 prio, char *sa, char *da, uint16 *flowid);
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_flowring.c | 57 static INLINE uint16 dhd_flowid_find(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, 61 uint8 prio, char *sa, char *da); 63 static INLINE int dhd_flowid_lookup(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, 551 static INLINE uint16 dhd_flowid_find(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, in dhd_flowid_find() argument 574 hash = DHD_FLOWRING_HASHINDEX(da, prio); in dhd_flowid_find() 589 cur = if_flow_lkup[ifindex].fl_hash[prio]; in dhd_flowid_find() 600 hash = DHD_FLOWRING_HASHINDEX(da, prio); in dhd_flowid_find() 608 (cur->flow_info.tid == prio))) { in dhd_flowid_find() 623 uint8 prio, char *sa, char *da) in dhd_flowid_alloc() argument 652 fl_hash_node->flow_info.tid = prio; in dhd_flowid_alloc() [all …]
|
D | dhd_flowring.h | 74 #define DHD_FLOWRING_HASHINDEX(ea, prio) \ argument 76 ((uint8)(prio))) % \ 278 extern int dhd_flowid_update(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, 280 extern int dhd_flowid_debug_create(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio,
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dhd_flowring.c | 57 uint8 prio, char *sa, char *da); 60 uint8 prio, char *sa, char *da); 63 uint8 prio, char *sa, char *da, uint16 *flowid); 496 dhd_flowid_find(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da) in dhd_flowid_find() argument 514 hash = DHD_FLOWRING_HASHINDEX(da, prio); in dhd_flowid_find() 528 cur = if_flow_lkup[ifindex].fl_hash[prio]; in dhd_flowid_find() 538 hash = DHD_FLOWRING_HASHINDEX(da, prio); in dhd_flowid_find() 546 (cur->flow_info.tid == prio))) { in dhd_flowid_find() 561 dhd_flowid_alloc(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da) in dhd_flowid_alloc() argument 588 fl_hash_node->flow_info.tid = prio; in dhd_flowid_alloc() [all …]
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
D | mali_kbase_js.c | 150 static inline bool jsctx_rb_none_to_pull_prio(struct kbase_context *kctx, int js, int prio) in jsctx_rb_none_to_pull_prio() argument 153 struct jsctx_queue *rb = &kctx->jsctx_queue[prio][js]; in jsctx_rb_none_to_pull_prio() 159 …dev_dbg(kctx->kbdev->dev, "Slot %d (prio %d) is %spullable in kctx %p\n", js, prio, none_to_pull ?… in jsctx_rb_none_to_pull_prio() 178 int prio; in jsctx_rb_none_to_pull() local 182 for (prio = KBASE_JS_ATOM_SCHED_PRIO_HIGH; prio < KBASE_JS_ATOM_SCHED_PRIO_COUNT; prio++) { in jsctx_rb_none_to_pull() 183 if (!jsctx_rb_none_to_pull_prio(kctx, js, prio)) { in jsctx_rb_none_to_pull() 208 static void jsctx_queue_foreach_prio(struct kbase_context *kctx, int js, int prio, kbasep_js_ctx_jo… in jsctx_queue_foreach_prio() argument 210 struct jsctx_queue *queue = &kctx->jsctx_queue[prio][js]; in jsctx_queue_foreach_prio() 259 int prio; in jsctx_queue_foreach() local 261 for (prio = KBASE_JS_ATOM_SCHED_PRIO_HIGH; prio < KBASE_JS_ATOM_SCHED_PRIO_COUNT; prio++) { in jsctx_queue_foreach() [all …]
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
D | mali_kbase_js.c | 174 static inline bool jsctx_rb_none_to_pull_prio(struct kbase_context *kctx, int js, int prio) in jsctx_rb_none_to_pull_prio() argument 176 struct jsctx_queue *rb = &kctx->jsctx_queue[prio][js]; in jsctx_rb_none_to_pull_prio() 196 int prio; in jsctx_rb_none_to_pull() local 200 for (prio = 0; prio < KBASE_JS_ATOM_SCHED_PRIO_COUNT; prio++) { in jsctx_rb_none_to_pull() 201 if (!jsctx_rb_none_to_pull_prio(kctx, js, prio)) { in jsctx_rb_none_to_pull() 226 static void jsctx_queue_foreach_prio(struct kbase_context *kctx, int js, int prio, kbasep_js_ctx_jo… in jsctx_queue_foreach_prio() argument 228 struct jsctx_queue *queue = &kctx->jsctx_queue[prio][js]; in jsctx_queue_foreach_prio() 261 int prio; in jsctx_queue_foreach() local 263 for (prio = 0; prio < KBASE_JS_ATOM_SCHED_PRIO_COUNT; prio++) { in jsctx_queue_foreach() 264 jsctx_queue_foreach_prio(kctx, js, prio, callback); in jsctx_queue_foreach() [all …]
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
D | mali_kbase_js.c | 179 jsctx_rb_none_to_pull_prio(struct kbase_context *kctx, int js, int prio) in jsctx_rb_none_to_pull_prio() argument 181 struct jsctx_queue *rb = &kctx->jsctx_queue[prio][js]; in jsctx_rb_none_to_pull_prio() 202 int prio; in jsctx_rb_none_to_pull() local 206 for (prio = 0; prio < KBASE_JS_ATOM_SCHED_PRIO_COUNT; prio++) { in jsctx_rb_none_to_pull() 207 if (!jsctx_rb_none_to_pull_prio(kctx, js, prio)) in jsctx_rb_none_to_pull() 232 jsctx_queue_foreach_prio(struct kbase_context *kctx, int js, int prio, in jsctx_queue_foreach_prio() argument 235 struct jsctx_queue *queue = &kctx->jsctx_queue[prio][js]; in jsctx_queue_foreach_prio() 272 int prio; in jsctx_queue_foreach() local 274 for (prio = 0; prio < KBASE_JS_ATOM_SCHED_PRIO_COUNT; prio++) in jsctx_queue_foreach() 275 jsctx_queue_foreach_prio(kctx, js, prio, callback); in jsctx_queue_foreach() [all …]
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
D | mali_kbase_js.c | 155 jsctx_rb_none_to_pull_prio(struct kbase_context *kctx, int js, int prio) in jsctx_rb_none_to_pull_prio() argument 158 struct jsctx_queue *rb = &kctx->jsctx_queue[prio][js]; in jsctx_rb_none_to_pull_prio() 166 js, prio, none_to_pull ? "not " : "", kctx); in jsctx_rb_none_to_pull_prio() 185 int prio; in jsctx_rb_none_to_pull() local 189 for (prio = KBASE_JS_ATOM_SCHED_PRIO_FIRST; in jsctx_rb_none_to_pull() 190 prio < KBASE_JS_ATOM_SCHED_PRIO_COUNT; prio++) { in jsctx_rb_none_to_pull() 191 if (!jsctx_rb_none_to_pull_prio(kctx, js, prio)) in jsctx_rb_none_to_pull() 216 int prio, kbasep_js_ctx_job_cb *callback) in jsctx_queue_foreach_prio() argument 218 struct jsctx_queue *queue = &kctx->jsctx_queue[prio][js]; in jsctx_queue_foreach_prio() 278 int prio; in jsctx_queue_foreach() local [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/api/ |
D | rtos_ohos_def.h | 81 #define RTOS_TASK_PRIORITY(prio) (osPriorityNormal + (prio)) argument
|
/device/soc/winnermicro/wm800/board/include/os/ |
D | wm_osal.h | 239 u32 prio, 257 tls_os_status_t tls_os_task_del(u8 prio, void (*freefun)(void)); 316 tls_os_status_t tls_os_mutex_create(u8 prio, tls_os_mutex_t **mutex);
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/ |
D | rtos_al.c | 86 rtos_prio prio, in rtos_task_create() argument 92 if (prio < osPriorityNormal) { in rtos_task_create() 93 dbg("rtos_task_create prio err! task:%s,prio = %d\r\n", attr.name, prio); in rtos_task_create() 94 prio = osPriorityNormal; in rtos_task_create() 96 attr.priority = prio; in rtos_task_create()
|