OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_prio
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
platform_thread.cc
215
const int
max_prio
= sched_get_priority_max(policy);
local
216
if (min_prio == -1 ||
max_prio
== -1) {
220
if (
max_prio
- min_prio <= 2)
225
const int top_prio =
max_prio
- 1;
/hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h
470
uint8_t
max_prio
;
member in struct:ipa_flt_rule
499
uint8_t
max_prio
;
member in struct:ipa_rt_rule
[
all
...]
/hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h
643
* @
max_prio
: bool switch. is this rule with Max priority? meaning on rule hit,
661
uint8_t
max_prio
;
member in struct:ipa_flt_rule
704
* @
max_prio
: bool switch. is this rule with Max priority? meaning on rule hit,
718
uint8_t
max_prio
;
member in struct:ipa_rt_rule
[
all
...]
Completed in 1239 milliseconds