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

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a7740.dtsi 333 tpu: pwm@e6600000 { label
334 compatible = "renesas,tpu-r8a7740", "renesas,tpu";
r8a7742.dtsi 349 tpu: pwm@e60f0000 { label
350 compatible = "renesas,tpu-r8a7742", "renesas,tpu";
r8a7743.dtsi 274 tpu: pwm@e60f0000 { label
275 compatible = "renesas,tpu-r8a7743", "renesas,tpu";
r8a7744.dtsi 274 tpu: pwm@e60f0000 { label
275 compatible = "renesas,tpu-r8a7744", "renesas,tpu";
r8a7745.dtsi 239 tpu: pwm@e60f0000 { label
240 compatible = "renesas,tpu-r8a7745", "renesas,tpu";
r8a7791.dtsi 295 tpu: pwm@e60f0000 { label
296 compatible = "renesas,tpu-r8a7791", "renesas,tpu";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
r8a77970.dtsi 748 tpu: pwm@e6e80000 { label
749 compatible = "renesas,tpu-r8a77970", "renesas,tpu";
r8a77980.dtsi 801 tpu: pwm@e6e80000 { label
802 compatible = "renesas,tpu-r8a77980", "renesas,tpu";
r8a77951.dtsi 1559 tpu: pwm@e6e80000 { label in label:soc
1560 compatible = "renesas,tpu-r8a7795", "renesas,tpu";
r8a77960.dtsi 1431 tpu: pwm@e6e80000 { label
1432 compatible = "renesas,tpu-r8a7796", "renesas,tpu";
r8a77965.dtsi 1294 tpu: pwm@e6e80000 { label
1295 compatible = "renesas,tpu-r8a77965", "renesas,tpu";
  /src/sys/kern/
kern_threadpool.c 239 struct threadpool_unbound *tpu; local in function:threadpool_lookup_unbound
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 in function:threadpool_get
544 struct threadpool_unbound *tpu = local in function:threadpool_put
    [all...]

Completed in 26 milliseconds