HomeSort by relevance Sort by last modified time
    Searched refs:prio (Results 201 - 225 of 419) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
bio.h 112 #define bio_set_prio(bio, prio) do { WARN_ON(prio >= (1 << IOPRIO_BITS)); (bio)->bi_rw &= ((1UL << BIO_PRIO_SHIFT) - 1); (bio)->bi_rw |= ((unsigned long) (prio) << BIO_PRIO_SHIFT); } while (0)
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
bio.h 112 #define bio_set_prio(bio, prio) do { WARN_ON(prio >= (1 << IOPRIO_BITS)); (bio)->bi_rw &= ((1UL << BIO_PRIO_SHIFT) - 1); (bio)->bi_rw |= ((unsigned long) (prio) << BIO_PRIO_SHIFT); } while (0)
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
bio.h 112 #define bio_set_prio(bio, prio) do { WARN_ON(prio >= (1 << IOPRIO_BITS)); (bio)->bi_rw &= ((1UL << BIO_PRIO_SHIFT) - 1); (bio)->bi_rw |= ((unsigned long) (prio) << BIO_PRIO_SHIFT); } while (0)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
bio.h 112 #define bio_set_prio(bio, prio) do { WARN_ON(prio >= (1 << IOPRIO_BITS)); (bio)->bi_rw &= ((1UL << BIO_PRIO_SHIFT) - 1); (bio)->bi_rw |= ((unsigned long) (prio) << BIO_PRIO_SHIFT); } while (0)
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
bio.h 112 #define bio_set_prio(bio, prio) do { WARN_ON(prio >= (1 << IOPRIO_BITS)); (bio)->bi_rw &= ((1UL << BIO_PRIO_SHIFT) - 1); (bio)->bi_rw |= ((unsigned long) (prio) << BIO_PRIO_SHIFT); } while (0)
  /external/boringssl/src/ssl/
s3_lib.c 476 STACK_OF(SSL_CIPHER) *srvr = server_pref->ciphers, *prio, *allow;
482 * which indicate equal-preference groups in the |prio| stack. See the
491 prio = srvr;
495 prio = clnt;
502 for (i = 0; i < sk_SSL_CIPHER_num(prio); i++) {
503 c = sk_SSL_CIPHER_value(prio, i);
520 /* This element of |prio| is in a group. Update the minimum index found
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 360 * @prio: Priority (the smaller number, the higher priority)
368 int prio, int preauth)
395 if (prio < PMKID_CANDIDATE_PRIO_SCAN)
396 cand->priority = prio;
402 cand->priority = prio;
431 "candidate " MACSTR " prio %d", MAC2STR(bssid), prio);
  /external/iproute2/examples/
cbq.init-v0.7.3 80 # - made PRIO=5 default, rendering it optional in configs
237 # PRIO=<1-8> optional, default 5
238 # PRIO=5
428 # PRIO=5
454 # PRIO=5
463 # PRIO=5
499 CBQ_WORDS="DEVICE|RATE|WEIGHT|PRIO|PARENT|LEAF|BOUNDED|ISOLATED"
612 RATE=""; WEIGHT=""; PARENT=""; PRIO=5
771 bandwidth $BANDWIDTH rate $RATE weight $WEIGHT prio $PRIO \
    [all...]
  /external/iproute2/tc/
m_action.c 178 int prio = 0; local
228 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
398 int prio = 0; local
475 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
546 int ret = 0, prio = 0, msg_size = 0; local
583 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 83 LogPriority prio = LOG_WARN; local
85 prio = LOG_ERR;
87 prio = LOG_WARN;
89 prio = LOG_INFO;
91 prio = LOG_DEBUG;
96 log(prio, ss.str().c_str());
  /system/core/toolbox/
ps.c 57 int prio, nice, rtprio, sched, psr; local
118 prio = atoi(nexttok(&ptr));
177 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched);
314 (display_flags&SHOW_PRIO)?"PRIO NICE RTPRI SCHED ":"",
  /development/ndk/platforms/android-9/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /external/iproute2/man/man8/
Makefile 7 tc-mqprio.8 tc-netem.8 tc-pfifo.8 tc-pfifo_fast.8 tc-prio.8 tc-red.8 \
  /external/libnl/lib/route/sch/
htb.c 116 d->ch_prio = opts.prio;
198 nl_dump(p, " prio %u", d->ch_prio);
283 opts.prio = d->ch_prio;
378 void rtnl_htb_set_prio(struct rtnl_class *class, uint32_t prio)
384 d->ch_prio = prio;
  /ndk/sources/android/libthread_db/
libthread_db.c 67 int32_t prio,
thread_db.h 163 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
thread_db.h 152 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);

Completed in 1754 milliseconds

1 2 3 4 5 6 7 891011>>