/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | ct_fs_smfs.c | 21 int prio; member 120 int prio; in mlx5_ct_fs_smfs_matcher_get() local 137 prio = 0; in mlx5_ct_fs_smfs_matcher_get() 142 if (m->prio == prio) in mlx5_ct_fs_smfs_matcher_get() 143 prio = m->prio + 1; in mlx5_ct_fs_smfs_matcher_get() 149 dr_matcher = mlx5_ct_fs_smfs_matcher_create(fs, tbl, ipv4, tcp, gre, prio); in mlx5_ct_fs_smfs_matcher_get() 160 smfs_matcher->prio = prio; in mlx5_ct_fs_smfs_matcher_get() [all...] |
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | rtmutex.c | 328 int prio = task->prio; in __waiter_prio() local 330 if (!rt_prio(prio)) in __waiter_prio() 333 return prio; in __waiter_prio() 345 waiter->tree.prio = __waiter_prio(task); in waiter_update_prio() 359 waiter->pi_tree.prio = waiter->tree.prio; in waiter_clone_prio() 367 &(struct rt_waiter_node){ .prio = __waiter_prio(p), .deadline = (p)->dl.deadline } 374 if (left->prio < right->prio) in rt_waiter_node_less() [all...] |
/kernel/linux/linux-6.6/drivers/interconnect/imx/ |
H A D | imx.c | 44 u32 prio; in imx_icc_node_set() local 50 prio = node_data->setting->prio_level; in imx_icc_node_set() 51 prio = PRIORITY_COMP_MARK | (prio << 8) | prio; in imx_icc_node_set() 52 writel(prio, base + IMX_NOC_PRIO_REG); in imx_icc_node_set() 55 dev_dbg(dev, "%s: mode: 0x%x, prio: 0x%x, ext_control: 0x%x\n", in imx_icc_node_set() 56 node_data->desc->name, node_data->setting->mode, prio, in imx_icc_node_set()
|
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_recover.py | 51 def make_costart_fake_log(mark, pid, label, gid, tid, tname, prio): 58 tname, tid, pid, cpu_id, timestamp, tname, tid, prio, label, pid, gid, prio) 63 def make_coyield_fake_log(mark, pid, label, gid, tid, tname, prio): 70 label, pid, gid, pid, cpu_id, timestamp, label, pid, gid, prio, tname, tid, prio) 104 fake_log = fake_log[:fake_log.index("pid=")] + "pid=%d0%d " % (pid, gid) + fake_log[fake_log.index("prio="):] 242 prio = 120 253 prio = int(mark[mark.index("prev_prio="):].split(' ')[0].split('=')[-1]) 255 prio [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_resource.c | 380 enum modifier_priority prio = MODIFIER_PRIORITY_INVALID; in select_best_modifier() local 388 prio = MAX2(prio, MODIFIER_PRIORITY_SUPER_TILED); in select_best_modifier() 393 prio = MAX2(prio, MODIFIER_PRIORITY_TILED); in select_best_modifier() 398 prio = MAX2(prio, MODIFIER_PRIORITY_SPLIT_SUPER_TILED); in select_best_modifier() 403 prio = MAX2(prio, MODIFIER_PRIORITY_SPLIT_TILED); in select_best_modifier() 406 prio in select_best_modifier() [all...] |
/third_party/mesa3d/src/android_stub/ |
H A D | log_stub.cpp | 5 int __android_log_print(int prio, const char* tag, const char* fmt, ...) in __android_log_print() argument 10 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) in __android_log_vprint() argument
|
/third_party/musl/src/misc/ |
H A D | setpriority.c | 4 int setpriority(int which, id_t who, int prio) in setpriority() argument 6 return syscall(SYS_setpriority, which, who, prio); in setpriority()
|
/third_party/musl/src/mq/ |
H A D | mq_receive.c | 3 ssize_t mq_receive(mqd_t mqd, char *msg, size_t len, unsigned *prio) in mq_receive() argument 5 return mq_timedreceive(mqd, msg, len, prio, 0); in mq_receive()
|
H A D | mq_send.c | 3 int mq_send(mqd_t mqd, const char *msg, size_t len, unsigned prio) in mq_send() argument 5 return mq_timedsend(mqd, msg, len, prio, 0); in mq_send()
|
/kernel/linux/linux-5.10/net/dcb/ |
H A D | dcbnl.c | 557 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local 603 prio = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg() 610 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 615 i - DCB_PG_ATTR_TC_0, &prio, in __dcbnl_pg_getcfg() 636 DCB_TC_ATTR_PARAM_STRICT_PRIO, prio); in __dcbnl_pg_getcfg() 775 u8 prio; in __dcbnl_pg_setcfg() local 805 prio = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg() 810 prio = in __dcbnl_pg_setcfg() 828 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() 833 prio, pgi in __dcbnl_pg_setcfg() 1177 u8 pgid, up_map, prio, tc_pct; dcbnl_cee_pg_fill() local 1429 int prio; dcbnl_ieee_set() local 1799 dcb_app_lookup(const struct dcb_app *app, int ifindex, int prio) dcb_app_lookup() argument 1840 u8 prio = 0; dcb_getapp() local 1903 u8 prio = 0; dcb_ieee_getapp_mask() local 1991 u8 prio; dcb_ieee_getapp_prio_dscp_mask_map() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_xive_native.c | 47 static void kvmppc_xive_native_cleanup_queue(struct kvm_vcpu *vcpu, int prio) in kvmppc_xive_native_cleanup_queue() argument 50 struct xive_q *q = &xc->queues[prio]; in kvmppc_xive_native_cleanup_queue() 52 xive_native_disable_queue(xc->vp_id, q, prio); in kvmppc_xive_native_cleanup_queue() 60 u8 prio, __be32 *qpage, in kvmppc_xive_native_configure_queue() 66 rc = xive_native_configure_queue(vp_id, q, prio, qpage, order, in kvmppc_xive_native_configure_queue() 815 unsigned int prio; in kvmppc_xive_reset() local 822 for (prio = 0; prio < KVMPPC_XIVE_Q_COUNT; prio++) { in kvmppc_xive_reset() 825 if (prio in kvmppc_xive_reset() 59 kvmppc_xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio, __be32 *qpage, u32 order, bool can_escalate) kvmppc_xive_native_configure_queue() argument 892 unsigned int prio; kvmppc_xive_native_vcpu_eq_sync() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_xive_native.c | 44 static void kvmppc_xive_native_cleanup_queue(struct kvm_vcpu *vcpu, int prio) in kvmppc_xive_native_cleanup_queue() argument 47 struct xive_q *q = &xc->queues[prio]; in kvmppc_xive_native_cleanup_queue() 49 xive_native_disable_queue(xc->vp_id, q, prio); in kvmppc_xive_native_cleanup_queue() 57 u8 prio, __be32 *qpage, in kvmppc_xive_native_configure_queue() 63 rc = xive_native_configure_queue(vp_id, q, prio, qpage, order, in kvmppc_xive_native_configure_queue() 817 unsigned int prio; in kvmppc_xive_reset() local 824 for (prio = 0; prio < KVMPPC_XIVE_Q_COUNT; prio++) { in kvmppc_xive_reset() 827 if (prio in kvmppc_xive_reset() 56 kvmppc_xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio, __be32 *qpage, u32 order, bool can_escalate) kvmppc_xive_native_configure_queue() argument 894 unsigned int prio; kvmppc_xive_native_vcpu_eq_sync() local [all...] |
/kernel/liteos_m/testsuites/unittest/xts/ipc/msg_queue/ |
H A D | mq_exp_test.c | 54 unsigned int prio; variable 69 ret = mq_receive(queue, rMsg, getAttr.mq_msgsize, &prio); 73 ret = mq_receive(NULL, rMsg, getAttr.mq_msgsize, &prio); 78 ret = mq_receive(queue, rMsgErr, sizeof(rMsgErr), &prio); 97 unsigned int prio; variable 109 ret = mq_receive(queue, rMsg, getAttr.mq_msgsize, &prio); 115 ret = mq_receive(queue, rMsg, getAttr.mq_msgsize, &prio); 134 unsigned int prio; variable 145 ret = mq_receive(queue, rMsg, 0, &prio); 349 unsigned int prio; variable 410 unsigned int prio; global() variable 465 unsigned int prio; global() variable 502 unsigned int prio; global() variable [all...] |
/kernel/linux/linux-5.10/kernel/sched/rtg/ |
H A D | frame_rtg.h | 65 int prio; member 88 void set_frame_prio(struct frame_info *frame_info, int prio); 90 int old_prio, int prio, int pid,
|
/kernel/linux/linux-6.6/kernel/sched/rtg/ |
H A D | frame_rtg.h | 66 int prio; member 89 void set_frame_prio(struct frame_info *frame_info, int prio); 91 int old_prio, int prio, int pid,
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_pipe.c | 37 fd_pipe_new2(struct fd_device *dev, enum fd_pipe_id id, uint32_t prio) in fd_pipe_new2() argument 47 if ((prio != 1) && (fd_device_version(dev) < FD_VERSION_SUBMIT_QUEUES)) { in fd_pipe_new2() 52 pipe = dev->funcs->pipe_new(dev, id, prio); in fd_pipe_new2()
|
/third_party/musl/compat/time32/ |
H A D | mq_timedreceive_time32.c | 5 ssize_t __mq_timedreceive_time32(mqd_t mqd, char *restrict msg, size_t len, unsigned *restrict prio, const struct timespec32 *restrict ts32) in __mq_timedreceive_time32() argument 7 return mq_timedreceive(mqd, msg, len, prio, ts32 ? (&(struct timespec){ in __mq_timedreceive_time32()
|
H A D | mq_timedsend_time32.c | 5 int __mq_timedsend_time32(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct timespec32 *ts32) in __mq_timedsend_time32() argument 7 return mq_timedsend(mqd, msg, len, prio, ts32 ? (&(struct timespec){ in __mq_timedsend_time32()
|
/third_party/eudev/src/libudev/ |
H A D | libudev-util.c | 163 int prio; in util_log_priority() local 165 prio = strtoul(priority, &endptr, 10); in util_log_priority() 167 if (prio >= 0 && prio <= 7) in util_log_priority() 168 return prio; in util_log_priority()
|
/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 290 int prio = PRIO_NORMAL; in HWTEST_F() local 292 foregroundapprecord.AddKeyThread(tid, prio); in HWTEST_F() 294 foregroundapprecord.AddKeyThread(tid, prio); in HWTEST_F() 296 foregroundapprecord.AddKeyThread(tid, prio); in HWTEST_F() 298 foregroundapprecord.AddKeyThread(tid, prio); in HWTEST_F() 304 foregroundapprecord.AddKeyThread(tid, prio); in HWTEST_F() 305 prio = RPIO_IN; in HWTEST_F() 307 prio = PRIO_RT; in HWTEST_F() 309 foregroundapprecord.AddKeyThread(tid, prio); in HWTEST_F()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | sched-migration.py | 351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): 399 common_callchain, comm, pid, prio): 404 common_callchain, comm, pid, prio): 409 common_callchain, comm, pid, prio): 414 common_callchain, comm, pid, prio, orig_cpu, 418 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu) 432 common_callchain, comm, pid, prio, success, 440 common_callchain, comm, pid, prio, success, 448 common_callchain, comm, pid, prio):
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | sched-migration.py | 351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): 399 common_callchain, comm, pid, prio): 404 common_callchain, comm, pid, prio): 409 common_callchain, comm, pid, prio): 414 common_callchain, comm, pid, prio, orig_cpu, 418 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu) 432 common_callchain, comm, pid, prio, success, 440 common_callchain, comm, pid, prio, success, 448 common_callchain, comm, pid, prio):
|
/kernel/linux/linux-5.10/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-5.10/drivers/irqchip/ |
H A D | irq-davinci-aintc.c | 82 unsigned int irq_off, reg_off, prio, shift; in davinci_aintc_init() local 127 for (shift = 0, prio = 0; shift < 32; shift += 4, prios++) in davinci_aintc_init() 128 prio |= (*prios & 0x07) << shift; in davinci_aintc_init() 129 davinci_aintc_writel(prio, reg_off); in davinci_aintc_init()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | fs.h | 154 int prio; member 176 int prio, 181 int prio, u32 level); 197 u8 prio; member
|