Searched refs:prio (Results 1 - 25 of 106) sorted by relevance

12345

/external/android-clat/
H A Dlogging.h24 void logmsg(int prio, const char *fmt, ...);
25 void logmsg_dbg(int prio, const char *fmt, ...);
H A Dlogging.c27 * prio - the log message priority
31 void logmsg(int prio, const char *fmt, ...) { argument
35 __android_log_vprint(prio, "clatd", fmt, ap);
41 * prio - the log message priority
46 void logmsg_dbg(int prio, const char *fmt, ...) { argument
50 __android_log_vprint(prio, "clatd", fmt, ap);
54 void logmsg_dbg(__attribute__((unused)) int prio, __attribute__((unused)) const char *fmt, ...) {} argument
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_setschedparam.c73 int prio; local
78 prio = priority;
81 if (prio < sched_get_priority_min (policy) ||
82 prio > sched_get_priority_max (policy))
92 if (THREAD_PRIORITY_IDLE < prio && THREAD_PRIORITY_LOWEST > prio)
94 prio = THREAD_PRIORITY_LOWEST;
96 else if (THREAD_PRIORITY_TIME_CRITICAL > prio
97 && THREAD_PRIORITY_HIGHEST < prio)
99 prio
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread.cc22 ThreadObj obj, ThreadPriority prio,
25 return new ThreadWindows(func, obj, prio, thread_name);
27 return ThreadPosix::Create(func, obj, prio, thread_name);
21 CreateThread(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* thread_name) argument
H A Dthread_posix.h29 ThreadPriority prio, const char* thread_name);
31 ThreadPosix(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio,
/external/webrtc/src/system_wrappers/source/
H A Dthread.cc21 ThreadObj obj, ThreadPriority prio,
25 return new ThreadWindows(func, obj, prio, threadName);
27 return ThreadPosix::Create(func, obj, prio, threadName);
20 CreateThread(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio, const char* threadName) argument
H A Dthread_posix.h26 ThreadPriority prio, const char* threadName);
28 ThreadPosix(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio,
/external/libnl/lib/route/sch/
H A Dprio.c2 * lib/route/sch/prio.c PRIO Qdisc/Class
14 * @defgroup prio (Fast) Prio
35 #include <netlink/route/sch/prio.h>
57 struct rtnl_prio *prio; local
63 prio = prio_alloc(qdisc);
64 if (!prio)
68 prio->qp_bands = opt->bands;
69 memcpy(prio->qp_priomap, opt->priomap, sizeof(prio->qp_priomap));
70 prio
82 struct rtnl_prio *prio = prio_qdisc(qdisc); local
90 struct rtnl_prio *prio = prio_qdisc(qdisc); local
126 struct rtnl_prio *prio; local
165 struct rtnl_prio *prio; local
184 struct rtnl_prio *prio; local
203 struct rtnl_prio *prio; local
235 struct rtnl_prio *prio; local
271 rtnl_prio2str(int prio, char *buf, size_t size) argument
[all...]
/external/chromium_org/third_party/hwcplus/include/android/
H A Dlog.h94 int __android_log_write(int prio, const char *tag, const char *text);
99 int __android_log_print(int prio, const char *tag, const char *fmt, ...)
109 int __android_log_vprint(int prio, const char *tag,
/external/chromium_org/third_party/hwcplus/src/
H A Dhwcplus_util.c15 static int default_log_fn(int prio, const char* tag, const char* msg);
49 static int default_log_fn(int prio, const char* tag, const char* msg) { argument
50 fprintf(stderr, "<%d> %s %s\n", prio, tag, msg);
53 int __android_log_write(int prio, const char* tag, const char* msg) { argument
54 hwcplus_log_fn(prio, tag, msg);
57 int __android_log_print(int prio, const char* tag, const char* fmt, ...) { argument
65 return __android_log_write(prio, tag, buf);
/external/iproute2/examples/diffserv/
H A DEdge32-ca-u3257 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
97 $TC filter add dev $INDEV parent ffff: protocol ip prio 8 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 9 u32 \
109 $TC filter add dev $INDEV parent ffff: protocol ip prio 10 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 1
[all...]
H A DEdge31-ca-u3233 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
144 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
146 $TC filter add $EGDEV parent 1:0 protocol ip prio
[all...]
H A DEdge32-cb-chains55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \
65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \
68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \
118 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
120 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
122 $TC filter add $EGDEV parent 1:0 protocol ip prio
[all...]
H A DEdge32-cb-u3255 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
87 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
119 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
121 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
123 $TC filter add $EGDEV parent 1:0 protocol ip prio
[all...]
H A DEdge31-cb-chains52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
106 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
108 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
110 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
112 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
H A DEdge150 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
/external/chromium_org/net/socket/
H A Dnss_ssl_util.h12 #include <prio.h>
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_vlan.h14 __u8 prio; /* VLAN User Priority {0-7} */ member in struct:ebt_vlan_info
/external/iproute2/testsuite/tests/
H A Dpolicer4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPriorityParser.java106 Priority prio= (Priority) parser.parse();
107 System.out.println("encoded = " + prio.encode());
/external/chromium_org/cc/resources/
H A Dtile_priority.cc74 std::string TreePriorityToString(TreePriority prio) { argument
75 switch (prio) {
83 DCHECK(false) << "Unrecognized priority value " << prio;
/external/iproute2/tc/
H A Dtc_filter.c56 __u32 prio = 0; local
106 if (prio)
108 if (get_u32(&prio, *argv, 0))
136 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol);
230 __u32 prio = TC_H_MAJ(t->tcm_info)>>16; local
238 if (!filter_prio || filter_prio != prio) {
239 if (prio)
240 fprintf(fp, "pref %u ", prio);
267 __u32 prio = 0; local
303 if (prio)
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dsched_parser.js39 /comm=(.+) pid=(\d+) prio=(\d+) success=(\d+) target_cpu=(\d+)/;
72 var prio = parseInt(event[3]);
73 this.importer.markPidRunnable(ts, pid, comm, prio, fromPid);
/external/libnl/src/
H A Ddisabled-nl-qdisc-add.c14 #include <netlink/route/sch/prio.h>
98 int prio, band; local
100 prio = rtnl_str2prio(argv[i]);
101 if (prio < 0 || prio > sizeof(map)/sizeof(map[0])) {
109 map[prio] = band;
121 fprintf(stderr, "Usage: ... prio bands <nbands> map MAP\n"
122 "MAP := <prio> <band>\n");
169 else if (!strcasecmp(argv[4], "prio"))
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dthread_wrapper.h52 // prio Thread priority. May require root/admin rights.
57 ThreadPriority prio = kNormalPriority,

Completed in 526 milliseconds

12345