/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rtg.h | 52 __field(int, prio) 65 __entry->prio = task->prio; 73 TP_printk("comm=%s pid=%d prio=%d allowed=%s cpu=%d state=%s%s on_rq=%d on_cpu=%d", 74 __entry->comm, __entry->pid, __entry->prio, __get_bitmask(allowed), __entry->cpu,
|
H A D | compaction.h | 175 int prio), 177 TP_ARGS(order, gfp_mask, prio), 182 __field(int, prio) 188 __entry->prio = prio; 194 __entry->prio)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_submitqueue.c | 61 u32 prio, u32 flags, u32 *id) in msm_submitqueue_create() 78 if (prio >= priv->gpu->nr_rings) { in msm_submitqueue_create() 83 queue->prio = prio; in msm_submitqueue_create() 60 msm_submitqueue_create(struct drm_device *drm, struct msm_file_private *ctx, u32 prio, u32 flags, u32 *id) msm_submitqueue_create() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | vporttbl.c | 11 u16 prio; member 44 ft_attr.prio = FDB_PER_VPORT; in esw_vport_tbl_create() 61 key->prio = attr->prio; in flow_attr_to_vport_key()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | da8xx-mstpri.c | 209 const struct da8xx_mstpri_priority *prio; in da8xx_mstpri_probe() local 230 prio = &prio_list->priorities[i]; in da8xx_mstpri_probe() 231 prio_descr = &da8xx_mstpri_priority_list[prio->which]; in da8xx_mstpri_probe() 240 reg |= prio->val << prio_descr->shift; in da8xx_mstpri_probe()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rtg.h | 53 __field(int, prio) 66 __entry->prio = task->prio; 74 TP_printk("comm=%s pid=%d prio=%d allowed=%s cpu=%d state=%s%s on_rq=%d on_cpu=%d", 75 __entry->comm, __entry->pid, __entry->prio, __get_bitmask(allowed), __entry->cpu,
|
H A D | compaction.h | 170 int prio), 172 TP_ARGS(order, gfp_mask, prio), 177 __field(int, prio) 183 __entry->prio = prio; 189 __entry->prio)
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-ioprio.c | 160 .name = "prio.class", \ 190 u16 prio; in blkcg_set_ioprio() local 216 prio = max_t(u16, bio->bi_ioprio, in blkcg_set_ioprio() 218 if (prio > bio->bi_ioprio) in blkcg_set_ioprio() 219 bio->bi_ioprio = prio; in blkcg_set_ioprio()
|
/base/startup/init/test/fuzztest/hookmgradd_fuzzer/ |
H A D | hookmgradd_fuzzer.cpp | 36 int prio = *(data + offset); in FuzzHookMgrAdd() local 38 if (!HookMgrAdd(NULL, stage, prio, TestHook)) { in FuzzHookMgrAdd()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_setschedprio.c | 4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() argument 8 .sched_priority = prio, in pthread_setschedprio()
|
/kernel/linux/linux-6.6/net/dcb/ |
H A D | dcbnl.c | 591 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local 637 prio = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg() 644 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 649 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 670 DCB_TC_ATTR_PARAM_STRICT_PRIO, prio); in __dcbnl_pg_getcfg() 809 u8 prio; in __dcbnl_pg_setcfg() local 839 prio = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg() 844 prio = in __dcbnl_pg_setcfg() 862 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() 867 prio, pgi in __dcbnl_pg_setcfg() 1313 u8 pgid, up_map, prio, tc_pct; dcbnl_cee_pg_fill() local 1565 int prio; dcbnl_ieee_set() local 1986 dcb_app_lookup(const struct dcb_app *app, int ifindex, int prio) dcb_app_lookup() argument 2030 u8 prio = 0; dcb_getapp() local 2097 u8 prio = 0; dcb_ieee_getapp_mask() local 2243 u8 prio; dcb_getrewr_prio_pcp_mask_map() local 2269 u8 prio; dcb_getrewr_prio_dscp_mask_map() local 2298 u8 prio; dcb_ieee_getapp_prio_dscp_mask_map() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/ |
H A D | common.c | 154 u8 prio = 0; in xive_scan_interrupts() local 160 prio = ffs(xc->pending_prio) - 1; in xive_scan_interrupts() 161 DBG_VERBOSE("scan_irq: trying prio %d\n", prio); in xive_scan_interrupts() 164 irq = xive_read_eq(&xc->queue[prio], just_peek); in xive_scan_interrupts() 182 xc->pending_prio &= ~(1 << prio); in xive_scan_interrupts() 189 q = &xc->queue[prio]; in xive_scan_interrupts() 201 prio = 0xff; in xive_scan_interrupts() 204 if (prio != xc->cppr) { in xive_scan_interrupts() 205 DBG_VERBOSE("scan_irq: adjusting CPPR to %d\n", prio); in xive_scan_interrupts() 302 u8 prio; xmon_xive_get_irq_config() local 1754 u8 prio; xive_debug_show_irq() local 1800 xive_eq_debug_show_one(struct seq_file *m, struct xive_q *q, u8 prio) xive_eq_debug_show_one() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s.c | 142 unsigned int prio; in kvmppc_book3s_vec2irqprio() local 145 case 0x100: prio = BOOK3S_IRQPRIO_SYSTEM_RESET; break; in kvmppc_book3s_vec2irqprio() 146 case 0x200: prio = BOOK3S_IRQPRIO_MACHINE_CHECK; break; in kvmppc_book3s_vec2irqprio() 147 case 0x300: prio = BOOK3S_IRQPRIO_DATA_STORAGE; break; in kvmppc_book3s_vec2irqprio() 148 case 0x380: prio = BOOK3S_IRQPRIO_DATA_SEGMENT; break; in kvmppc_book3s_vec2irqprio() 149 case 0x400: prio = BOOK3S_IRQPRIO_INST_STORAGE; break; in kvmppc_book3s_vec2irqprio() 150 case 0x480: prio = BOOK3S_IRQPRIO_INST_SEGMENT; break; in kvmppc_book3s_vec2irqprio() 151 case 0x500: prio = BOOK3S_IRQPRIO_EXTERNAL; break; in kvmppc_book3s_vec2irqprio() 152 case 0x600: prio = BOOK3S_IRQPRIO_ALIGNMENT; break; in kvmppc_book3s_vec2irqprio() 153 case 0x700: prio in kvmppc_book3s_vec2irqprio() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_gred.c | 40 u8 prio; /* the prio of this vq */ member 106 if (table->tab[n] && table->tab[n]->prio == q->prio) in gred_wred_mode_check() 199 if (t->tab[i] && t->tab[i]->prio < q->prio && in gred_enqueue() 340 opt->set.tab[i].prio = q->prio; in gred_offload() 482 struct tc_gred_qopt *ctl, int prio, in gred_change_vq() 504 q->prio in gred_change_vq() 481 gred_change_vq(struct Qdisc *sch, int dp, struct tc_gred_qopt *ctl, int prio, u8 *stab, u32 max_P, struct gred_sched_data **prealloc, struct netlink_ext_ack *extack) gred_change_vq() argument 648 int err, prio = GRED_DEF_PRIO; gred_change() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port_buffer.c | 179 * @buffer: <input> current prio to buffer mapping 204 int prio; in update_buffer_lossy() local 212 for (prio = 0; prio < MLX5E_MAX_PRIORITY; prio++) { in update_buffer_lossy() 213 if (buffer[prio] != i) in update_buffer_lossy() 217 lossy_count += !(pfc_en & (1 << prio)); in update_buffer_lossy()
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_eth_if.h | 217 void (*getpgtccfgtx)(struct qed_dev *cdev, int prio, u8 *prio_type, 220 void (*getpgtccfgrx)(struct qed_dev *cdev, int prio, u8 *prio_type, 223 void (*getpfccfg)(struct qed_dev *cdev, int prio, u8 *setting); 224 void (*setpfccfg)(struct qed_dev *cdev, int prio, u8 setting); 233 void (*setpgtccfgtx)(struct qed_dev *cdev, int prio, 235 void (*setpgtccfgrx)(struct qed_dev *cdev, int prio,
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_stp_if.c | 296 p->designated_bridge.prio[0] = (newprio >> 8) & 0xFF; in br_stp_set_bridge_priority() 297 p->designated_bridge.prio[1] = newprio & 0xFF; in br_stp_set_bridge_priority() 302 br->bridge_id.prio[0] = (newprio >> 8) & 0xFF; in br_stp_set_bridge_priority() 303 br->bridge_id.prio[1] = newprio & 0xFF; in br_stp_set_bridge_priority() 351 id->prio[0], id->prio[1], in br_show_bridge_id()
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_eth_if.h | 206 void (*getpgtccfgtx)(struct qed_dev *cdev, int prio, u8 *prio_type, 209 void (*getpgtccfgrx)(struct qed_dev *cdev, int prio, u8 *prio_type, 212 void (*getpfccfg)(struct qed_dev *cdev, int prio, u8 *setting); 213 void (*setpfccfg)(struct qed_dev *cdev, int prio, u8 setting); 222 void (*setpgtccfgtx)(struct qed_dev *cdev, int prio, 224 void (*setpgtccfgrx)(struct qed_dev *cdev, int prio,
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | sys_arch.c | 42 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stackSize, int prio)
in sys_thread_new() argument 57 task.taskPrio = (TskPrior)prio;
in sys_thread_new() 161 enum QueuePrio prio = OS_QUEUE_NORMAL;
in sys_mbox_post() local 162 U32 ret = PRT_QueueWrite((U32)(*mbox), (void*)&msg, sizeof(char *), OS_WAIT_FOREVER, (U32)prio);
in sys_mbox_post() 176 enum QueuePrio prio = OS_QUEUE_NORMAL;
in sys_mbox_trypost() local 177 U32 ret = PRT_QueueWrite((U32)(*mbox), (void*)&msg, sizeof(char *), 0, (U32)prio);
in sys_mbox_trypost()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_stp_if.c | 293 p->designated_bridge.prio[0] = (newprio >> 8) & 0xFF; in br_stp_set_bridge_priority() 294 p->designated_bridge.prio[1] = newprio & 0xFF; in br_stp_set_bridge_priority() 299 br->bridge_id.prio[0] = (newprio >> 8) & 0xFF; in br_stp_set_bridge_priority() 300 br->bridge_id.prio[1] = newprio & 0xFF; in br_stp_set_bridge_priority() 348 id->prio[0], id->prio[1], in br_show_bridge_id()
|
/third_party/toybox/toys/pending/ |
H A D | brctl.c | 236 int prio; in br_set_bridge_prio() local 238 if (sscanf(argv[1], "%i", &prio) != 1) error_exit("prio not proper"); in br_set_bridge_prio() 239 set_time(argv[0], BRCTL_SET_BRIDGE_PRIORITY, prio); in br_set_bridge_prio() 288 int prio; in br_set_port_prio() local 290 prio = atolx_range(argv[2], 0, INT_MAX); in br_set_port_prio() 291 set_cost_prio(argv[0], argv[1], BRCTL_SET_PORT_PRIORITY, prio); in br_set_port_prio()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 38 #define QED_DCBX_PRIO2TC(prio_tc_tbl, prio) \ 39 ((u32)(prio_tc_tbl >> ((7 - prio) * 4)) & 0x7) 158 "%s info: update %d, enable %d, prio %d, tc %d, num_tc %d\n", in qed_dcbx_dp_protocol() 168 bool app_tlv, bool enable, u8 prio, u8 tc, in qed_dcbx_set_params() 174 p_data->arr[type].priority = prio; in qed_dcbx_set_params() 192 qed_wr(p_hwfn, p_ptt, DORQ_REG_PF_PCP_BB_K2, prio << 1); in qed_dcbx_set_params() 200 bool app_tlv, bool enable, u8 prio, u8 tc, in qed_dcbx_update_app_info() 216 prio, tc, type, personality); in qed_dcbx_update_app_info() 506 entry->prio = ffs(pri_map) - 1; in qed_dcbx_get_app_data() 530 p_params->pfc.prio[ in qed_dcbx_get_pfc_data() 166 qed_dcbx_set_params(struct qed_dcbx_results *p_data, struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool app_tlv, bool enable, u8 prio, u8 tc, enum dcbx_protocol_type type, enum qed_pci_personality personality) qed_dcbx_set_params() argument 198 qed_dcbx_update_app_info(struct qed_dcbx_results *p_data, struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool app_tlv, bool enable, u8 prio, u8 tc, enum dcbx_protocol_type type) qed_dcbx_update_app_info() argument 1393 qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) qed_dcbnl_getpgtccfgrx() argument 1599 qed_dcbnl_setpgtccfgrx(struct qed_dev *cdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgrx() argument 1733 u8 prio = 0; qed_dcbnl_getapp() local 2258 u8 prio = 0; qed_dcbnl_ieee_getapp() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 38 #define QED_DCBX_PRIO2TC(prio_tc_tbl, prio) \ 39 ((u32)(prio_tc_tbl >> ((7 - prio) * 4)) & 0x7) 158 "%s info: update %d, enable %d, prio %d, tc %d, num_tc %d\n", in qed_dcbx_dp_protocol() 168 bool app_tlv, bool enable, u8 prio, u8 tc, in qed_dcbx_set_params() 174 p_data->arr[type].priority = prio; in qed_dcbx_set_params() 192 qed_wr(p_hwfn, p_ptt, DORQ_REG_PF_PCP_BB_K2, prio << 1); in qed_dcbx_set_params() 200 bool app_tlv, bool enable, u8 prio, u8 tc, in qed_dcbx_update_app_info() 216 prio, tc, type, personality); in qed_dcbx_update_app_info() 506 entry->prio = ffs(pri_map) - 1; in qed_dcbx_get_app_data() 530 p_params->pfc.prio[ in qed_dcbx_get_pfc_data() 166 qed_dcbx_set_params(struct qed_dcbx_results *p_data, struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool app_tlv, bool enable, u8 prio, u8 tc, enum dcbx_protocol_type type, enum qed_pci_personality personality) qed_dcbx_set_params() argument 198 qed_dcbx_update_app_info(struct qed_dcbx_results *p_data, struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, bool app_tlv, bool enable, u8 prio, u8 tc, enum dcbx_protocol_type type) qed_dcbx_update_app_info() argument 1391 qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) qed_dcbnl_getpgtccfgrx() argument 1597 qed_dcbnl_setpgtccfgrx(struct qed_dev *cdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgrx() argument 1731 u8 prio = 0; qed_dcbnl_getapp() local 2256 u8 prio = 0; qed_dcbnl_ieee_getapp() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_irq.c | 304 uint32_t prio, intid, ap1r; in guest_restore_active() local 311 for (i = 0, prio = (num - 1) * 8; i < num; i++, prio -= 8) { in guest_restore_active() 312 GUEST_ASSERT(prio >= 0); in guest_restore_active() 314 gic_set_priority(intid, prio); in guest_restore_active() 372 uint32_t intid, prio, step = KVM_PRIO_STEPS; in test_inject_preemption() local 378 for (i = 0, prio = (num - 1) * step; i < num; i++, prio -= step) { in test_inject_preemption() 379 GUEST_ASSERT(prio >= 0); in test_inject_preemption() 381 gic_set_priority(intid, prio); in test_inject_preemption() [all...] |
/kernel/linux/linux-5.10/kernel/sched/rtg/ |
H A D | rtg_ctrl.c | 168 old_type = frame_info->prio - DEFAULT_RT_PRIO; in do_update_rt_frame_num() 549 frame_thread_info.prio = frame_info->prio; in clear_rtg_frame_thread() 551 frame_thread_info.prio = NOT_RT_PRIO; in clear_rtg_frame_thread() 581 frame_thread_info->prio = (type == NORMAL_TASK ? NOT_RT_PRIO : (type + DEFAULT_RT_PRIO)); in init_frame_thread_info() 608 pr_info("[SCHED_RTG] %s rtgid=%d, type=%d, prio=%d, threadnum=%d, rtnum=%d\n", in parse_create_rtg_grp() 610 frame_thread_info.prio, frame_thread_info.thread_num, proc_info.rtcnt); in parse_create_rtg_grp() 621 int prio; in parse_add_rtg_thread() local 645 prio = (proc_info.type == NORMAL_TASK) ? NOT_RT_PRIO : frame_info->prio; in parse_add_rtg_thread() [all...] |