HomeSort by relevance Sort by last modified time
    Searched defs:prio (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/ltp/testcases/kernel/syscalls/setpriority/
setpriority02.c 51 int prio; member in struct:tcase
74 TEST(setpriority(tc->which, tc->who, tc->prio));
79 "returned %ld", tc->which, tc->who, tc->prio, desc,
87 tc->which, tc->who, tc->prio, desc,
94 tc->which, tc->who, tc->prio, desc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
5-1.c 68 unsigned int prio = 1; local
106 if (mq_send(mqdes, s_msg_ptr, MSG_SIZE, prio) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
5-1.c 44 int prio = 1; local
100 if (mq_send(mqdes, msgptr, strlen(msgptr), prio) == -1) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PriorityParser.java 106 Priority prio= (Priority) parser.parse(); local
107 System.out.println("encoded = " + prio.encode());
  /external/iproute2/tc/
m_vlan.c 61 __u8 prio; local
125 if (get_u8(&prio, *argv, 0) || (prio & ~0x7))
126 invarg("prio is invalid", *argv);
176 addattr8(n, MAX_MSG, TCA_VLAN_PUSH_VLAN_PRIORITY, prio);
q_cbq.c 32 fprintf(stderr, " [ prio NUMBER ] [ cell BYTES ] [ ewma LOG ]\n");
271 } else if (matches(*argv, "prio") == 0) {
272 unsigned int prio; local
275 if (get_u32(&prio, *argv, 0)) {
276 explain1("prio");
279 if (prio > TC_CBQ_MAXPRIO) {
280 fprintf(stderr, "\"prio\" must be number in the range 1...%d\n", TC_CBQ_MAXPRIO);
283 wrr.priority = prio;
518 fprintf(f, "prio %u", wrr->priority);
520 fprintf(f, "prio no-transmit")
    [all...]
tc_filter.c 33 "Usage: tc filter get dev STRING parent CLASSID protocol PROTO handle FILTERID pref PRIO FILTER_TYPE\n"
34 " [ pref PRIO ] protocol PROTO [ chain CHAIN_INDEX ]\n"
59 __u32 prio = 0; local
118 if (prio)
120 if (get_u32(&prio, *argv, 0) || prio > 0xFFFF)
156 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol);
273 __u32 prio = TC_H_MAJ(t->tcm_info)>>16; local
282 if (!filter_prio || filter_prio != prio) {
283 if (prio)
335 __u32 prio = 0; local
510 __u32 prio = 0; local
    [all...]
m_action.c 176 int prio = 0; local
228 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
451 int prio = 0; local
522 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
591 int ret = 0, prio = 0, msg_size = 0; local
637 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
  /external/libnl/lib/route/qdisc/
prio.c 2 * lib/route/qdisc/prio.c PRIO Qdisc/Class
14 * @defgroup qdisc_prio (Fast) Prio
17 * @par 1) Typical PRIO configuration
19 * // Specify the maximal number of bands to be used for this PRIO qdisc.
35 #include <netlink/route/qdisc/prio.h>
44 struct rtnl_prio *prio = data; local
51 prio->qp_bands = opt->bands;
52 memcpy(prio->qp_priomap, opt->priomap, sizeof(prio->qp_priomap))
61 struct rtnl_prio *prio = data; local
70 struct rtnl_prio *prio = data; local
106 struct rtnl_prio *prio = data; local
131 struct rtnl_prio *prio; local
147 struct rtnl_prio *prio; local
168 struct rtnl_prio *prio; local
199 struct rtnl_prio *prio; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
stress.c 96 int prio; member in struct:_tdata
123 if (sp.sched_priority != td[i].prio) {
199 td[0].prio = sched_get_priority_min(SCHED_FIFO);
201 if (td[0].prio == -1) {
205 td[1].prio = sched_get_priority_max(SCHED_FIFO);
207 if (td[1].prio == -1) {
211 td[2].prio = sched_get_priority_min(SCHED_RR);
213 if (td[2].prio == -1) {
217 td[3].prio = sched_get_priority_max(SCHED_RR);
219 if (td[3].prio == -1)
    [all...]
  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_latency.c 115 int prio; local
119 prio = sched_get_priority_max(SCHED_FIFO);
120 if (prio == -1) {
124 schparm.sched_priority = prio;
pthread_cond_many.c 106 int prio; local
114 prio = sched_get_priority_max(SCHED_FIFO);
115 if (prio == -1) {
119 schparm.sched_priority = prio;
  /external/iptables/iptables/
nft.h 18 uint32_t prio; member in struct:builtin_chain
  /external/libnl/lib/route/
cls.c 38 int err, prio, proto; local
52 prio = rtnl_cls_get_prio(cls);
54 tchdr->tcm_info = TC_H_MAKE(prio << 16, htons(proto));
87 void rtnl_cls_set_prio(struct rtnl_cls *cls, uint16_t prio)
89 cls->c_prio = prio;
141 APPBUG("prio must be specified if not a new classifier");
257 APPBUG("prio must be specified");
275 * - \c prio (required)
354 nl_dump(p, " prio %u protocol %s", cls->c_prio,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-6.c 69 static void init_attr(pthread_attr_t *attr, int sched_policy, int prio)
71 struct sched_param sched_param = {.sched_priority = prio};
184 int prio; member in struct:tcase
204 switch (self->prio) {
217 printf("Wrong self->prio %i\n", self->prio);
261 printf("INFO: Testing %s prio %i\n",
  /external/ltp/testcases/realtime/func/periodic_cpu_load/
periodic_cpu_load_single.c 54 static int prio; variable
183 prio = atoi(v);
198 prio = DEFAULT_PRIO;
209 if (!period || !prio | !calc_loops) {
214 set_priority(prio);
220 printf("priority: %d\n", prio);
  /external/ltp/testcases/realtime/func/prio-wake/
prio-wake.c 20 * prio-wake.c
71 printf("prio-wake specific options:\n");
172 int prio; local
205 prio = sched_get_priority_min(SCHED_FIFO);
208 prio++;
209 create_fifo_thread(worker_thread, (void *)(intptr_t) i, prio);
213 create_fifo_thread(master_thread, (void *)(intptr_t) i, ++prio);
  /external/strace/tests/
mq_sendrecv.c 170 unsigned prio; local
173 rc = syscall(__NR_mq_timedreceive, fd, msg, MSG_SIZE, &prio,
  /external/strace/tests-m32/
mq_sendrecv.c 170 unsigned prio; local
173 rc = syscall(__NR_mq_timedreceive, fd, msg, MSG_SIZE, &prio,
  /external/strace/tests-mx32/
mq_sendrecv.c 170 unsigned prio; local
173 rc = syscall(__NR_mq_timedreceive, fd, msg, MSG_SIZE, &prio,
  /external/syslinux/core/include/
thread.h 52 int prio; member in struct:thread
108 struct thread *start_thread(const char *name, size_t stack_size, int prio,
  /external/autotest/client/bin/net/
net_tc.py 27 root_qdisc = prio()
122 '%(protocol)s prio %(priority)s %(filtertype)s \\\n ' \
352 class prio(classful_qdisc): class in inherits:classful_qdisc
354 name = 'prio'
357 super(prio, self).__init__(handle)
364 super(prio, self).setup(netif)
  /external/iproute2/ip/
iplink_bridge.c 79 snprintf(buf, len, "%.2x%.2x.%s", id->prio[0], id->prio[1], eaddr);
119 __u16 prio; local
122 if (get_u16(&prio, *argv, 0))
125 addattr16(n, 1024, IFLA_BR_PRIORITY, prio);
  /external/libopus/celt/
quant_bands.c 400 int i, prio, c; local
403 for (prio=0;prio<2;prio++)
407 if (fine_quant[i] >= MAX_FINE_BITS || fine_priority[i]!=prio)
518 int i, prio, c; local
521 for (prio=0;prio<2;prio++)
525 if (fine_quant[i] >= MAX_FINE_BITS || fine_priority[i]!=prio)
    [all...]
  /external/ltp/testcases/kernel/logging/kmsg/
kmsg01.c 132 static int get_msg_fields(const char *msg, unsigned long *prio,
137 if (prio)
138 *prio = p;
299 int i, facility, prio; local
304 /* test all combinations of prio 0-7, facility 0-15 */
306 prio = (i & 7);
308 sprintf(imsg, MSG_PREFIX"TEST MESSAGE %ld prio: %d, "
309 "facility: %d\n", random(), prio, facility);

Completed in 1435 milliseconds

12 3 4 5