HomeSort by: relevance | last modified time | path
    Searched refs:tpu (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
kern_threadpool.c 239 struct threadpool_unbound *tpu; local
241 LIST_FOREACH(tpu, &unbound_threadpools, tpu_link) {
242 if (tpu->tpu_pool.tp_pri == pri)
243 return tpu;
249 threadpool_insert_unbound(struct threadpool_unbound *tpu)
251 KASSERT(threadpool_lookup_unbound(tpu->tpu_pool.tp_pri) == NULL);
252 LIST_INSERT_HEAD(&unbound_threadpools, tpu, tpu_link);
256 threadpool_remove_unbound(struct threadpool_unbound *tpu)
258 KASSERT(threadpool_lookup_unbound(tpu->tpu_pool.tp_pri) == tpu);
496 struct threadpool_unbound *tpu, *tmp = NULL; local
544 struct threadpool_unbound *tpu = local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
configure.com 39 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input -
93 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input -
144 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input -
296 $ create substxx.tpu
314 $ edit/tpu/nojournal/nosection/nodisplay/command=substxx.tpu -
316 $ del substxx.tpu;*
  /src/external/gpl3/binutils.old/dist/bfd/
configure.com 39 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input -
93 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input -
144 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input -
296 $ create substxx.tpu
314 $ edit/tpu/nojournal/nosection/nodisplay/command=substxx.tpu -
316 $ del substxx.tpu;*
  /src/external/gpl3/binutils/dist/gas/
configure.com 190 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input
  /src/external/gpl3/binutils.old/dist/gas/
configure.com 190 $ edit/tpu/nojournal/nosection/nodisplay/command=sys$input

Completed in 40 milliseconds