/external/autotest/client/tests/cyclictest/src/ |
cyclictest.c | 60 int prio; member in struct:thread_param 208 int policy = par->prio ? SCHED_FIFO : SCHED_OTHER; 244 schedp.sched_priority = par->prio; 381 "-p PRIO --prio=PRIO priority of highest prio thread\n" 505 index, stat->tid, par->prio, par->interval, 564 par[i].prio = priority;
|
/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/tc/ |
q_cbq.c | 32 fprintf(stderr, " [ prio NUMBER ] [ cell BYTES ] [ ewma LOG ]\n"); 278 } else if (matches(*argv, "prio") == 0) { 279 unsigned prio; local 281 if (get_u32(&prio, *argv, 0)) { 282 explain1("prio"); 285 if (prio > TC_CBQ_MAXPRIO) { 286 fprintf(stderr, "\"prio\" must be number in the range 1...%d\n", TC_CBQ_MAXPRIO); 289 wrr.priority = prio; 518 fprintf(f, "prio %u", wrr->priority); 520 fprintf(f, "prio no-transmit") [all...] |
q_gred.c | 42 fprintf(stderr, " tc qdisc change ... gred vq VQ [ prio VALUE ] limit BYTES\n"); 198 } else if (strcmp(*argv, "prio") == 0) { 200 opt.prio=strtol(*argv, (char **)NULL, 10); 319 fprintf(f, "\n vq %u prio %hhu limit %s min %s max %s ", 321 qopt->prio,
|
q_htb.c | 40 " [prio P] [slot S] [pslot PS]\n" 50 " prio priority of leaf; lower are served first {0}\n" 129 if (matches(*argv, "prio") == 0) { 131 if (get_u32(&opt.prio, *argv, 10)) { 132 explain1("prio"); return -1; 289 fprintf(f, "prio %d ", (int)hopt->prio);
|
/cts/tests/tests/media/src/android/media/cts/ |
SoundPoolTest.java | 340 private int loadSampleSync(int sampleId, int prio) throws InterruptedException { 341 int sample = mSoundPool.load(mContext, sampleId, prio);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pkt_sched.h | 113 /* PRIO section */ 120 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ 236 __u8 prio; /* prio of this VQ */ member in struct:tc_gred_qopt 291 __u32 prio; member in struct:tc_htb_opt
|
/frameworks/av/services/audioflinger/ |
Threads.h | 129 PrioConfigEventData(pid_t pid, pid_t tid, int32_t prio) : 130 mPid(pid), mTid(tid), mPrio(prio) {} 133 snprintf(buffer, size, "Prio event: pid %d, tid %d, prio %d\n", mPid, mTid, mPrio); 143 PrioConfigEvent(pid_t pid, pid_t tid, int32_t prio) : 145 mData = new PrioConfigEventData(pid, tid, prio); 270 void sendPrioConfigEvent(pid_t pid, pid_t tid, int32_t prio); 271 void sendPrioConfigEvent_l(pid_t pid, pid_t tid, int32_t prio); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config.c | 2087 int prio; local 2861 int prio = atoi(value); local 3664 int prio; local [all...] |
/external/libnl/lib/route/ |
rule.c | 291 diff |= RULE_DIFF(PRIO, a->r_prio != b->r_prio); 306 __ADD(RULE_ATTR_PRIO, prio) 571 void rtnl_rule_set_prio(struct rtnl_rule *rule, int prio) 573 rule->r_prio = prio;
|
/frameworks/base/core/java/android/text/ |
SpannableStringInternal.java | 326 int prio = data[i * COLUMNS + FLAGS] & Spanned.SPAN_PRIORITY; local 327 if (prio != 0) { 333 if (prio > p) {
|
/system/core/debuggerd/ |
tombstone.cpp | 570 unsigned char prio = msg[0]; local 580 char prioChar = (prio < strlen(kPrioChars) ? kPrioChars[prio] : '?');
|
/system/core/libutils/ |
Threads.cpp | 85 int prio = t->priority; local 88 setpriority(PRIO_PROCESS, 0, prio); 89 if (prio >= ANDROID_PRIORITY_BACKGROUND) {
|
/external/ppp/pppd/ |
options.c | 659 int prio = option_priority; local 664 prio += OPRIO_ROOT; 668 if (prio < mainopt->priority) { 670 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) { 677 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE) 830 mainopt->priority = prio; [all...] |
/bionic/libc/kernel/uapi/linux/ |
pkt_sched.h | 252 __u8 prio; member in struct:tc_gred_qopt 309 __u32 prio; member in struct:tc_htb_opt
|
/development/ndk/platforms/android-21/include/linux/ |
pkt_sched.h | 251 __u8 prio; member in struct:tc_gred_qopt 307 __u32 prio; member in struct:tc_htb_opt
|
/external/iproute2/include/linux/ |
pkt_sched.h | 125 /* PRIO section */ 132 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ 295 __u8 prio; /* prio of this VQ */ member in struct:tc_gred_qopt 351 __u32 prio; member in struct:tc_htb_opt
|
/external/kernel-headers/original/uapi/linux/ |
pkt_sched.h | 121 /* PRIO section */ 128 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ 291 __u8 prio; /* prio of this VQ */ member in struct:tc_gred_qopt 347 __u32 prio; member in struct:tc_htb_opt
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
pkt_sched.h | 251 __u8 prio; member in struct:tc_gred_qopt 307 __u32 prio; member in struct:tc_htb_opt
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
pkt_sched.h | 251 __u8 prio; member in struct:tc_gred_qopt 307 __u32 prio; member in struct:tc_htb_opt
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
pkt_sched.h | 251 __u8 prio; member in struct:tc_gred_qopt 307 __u32 prio; member in struct:tc_htb_opt
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
pkt_sched.h | 251 __u8 prio; member in struct:tc_gred_qopt 307 __u32 prio; member in struct:tc_htb_opt
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
pkt_sched.h | 251 __u8 prio; member in struct:tc_gred_qopt 307 __u32 prio; member in struct:tc_htb_opt
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
pkt_sched.h | 251 __u8 prio; member in struct:tc_gred_qopt 307 __u32 prio; member in struct:tc_htb_opt
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
pkt_sched.h | 251 __u8 prio; member in struct:tc_gred_qopt 307 __u32 prio; member in struct:tc_htb_opt
|