Searched refs:threaded (Results 1 - 25 of 37) sorted by last modified time

12

/linux-master/kernel/sched/
H A Dcore.c11481 .threaded = true,
/linux-master/kernel/events/
H A Dcore.c13898 .threaded = true,
/linux-master/kernel/cgroup/
H A Dpids.c384 .threaded = true,
H A Dcpuset.c4279 .threaded = true,
H A Dcgroup.c182 /* some controllers can be threaded on the default hierarchy */
365 /* can @cgrp host both domain and threaded children? */
383 /* domain roots can't be nested under threaded */
387 /* can only have either domain or threaded children */
398 /* is @cgrp root of a threaded subtree? */
405 /* a domain w/ threaded children is a thread root */
410 * A domain which has tasks and explicit threaded controllers
447 /* threaded cgroups can only have threaded controllers */
467 /* threaded cgroup
[all...]
/linux-master/net/core/
H A Dnet-sysfs.c611 ret = sysfs_emit(buf, fmt_dec, READ_ONCE(netdev->threaded));
639 static DEVICE_ATTR_RW(threaded);
H A Ddev.c6157 * due to force-threaded interrupts and spinlock substitution.
6513 int dev_set_threaded(struct net_device *dev, bool threaded) argument
6518 if (dev->threaded == threaded)
6521 if (threaded) {
6526 threaded = false;
6533 WRITE_ONCE(dev->threaded, threaded);
6540 /* Setting/unsetting threaded mode on a napi might not immediately
6542 * polled. In this case, the switch between threaded mod
[all...]
/linux-master/include/linux/
H A Dnetdevice.h390 NAPI_STATE_SCHED_THREADED, /* Napi is currently scheduled in threaded mode */
552 int dev_set_threaded(struct net_device *dev, bool threaded);
1990 * @threaded: napi threaded mode is enabled
2374 bool threaded; member in struct:net_device
H A Dcgroup-defs.h229 * For a domain cgroup, the following points to self. If threaded,
265 /* all threaded csets whose ->dom_cset points to this cset */
444 int nr_threaded_children; /* # of live threaded child cgroups */
486 * If !threaded, self. If threaded, it points to the nearest
487 * domain ancestor. Inside a threaded subtree, cgroups are exempt
493 struct cgroup *old_dom_cgrp; /* used while enabling threaded */
729 * If %true, the controller, supports threaded mode on the default
730 * hierarchy. In a threaded subtree, both process granularity and
731 * no-internal-process constraint are ignored and a threaded
738 bool threaded:1; member in struct:cgroup_subsys
[all...]
/linux-master/include/linux/gpio/
H A Ddriver.h226 * @threaded:
230 bool threaded; member in struct:gpio_irq_chip
382 * implies that if the chip supports IRQs, these IRQs need to be threaded
/linux-master/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c1443 girq->threaded = true;
1453 dev_info(chip->dev, "Registered threaded IRQ\n");
H A Dpinctrl-mcp23s08.c669 girq->threaded = true;
H A Dpinctrl-aw9523.c830 girq->threaded = true;
H A Dpinctrl-stmfx.c710 girq->threaded = true;
H A Dpinctrl-sx150x.c1220 girq->threaded = true;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Ddma.c949 dev->napi_dev.threaded = 1;
/linux-master/drivers/gpio/
H A Dgpiolib.c1682 if (gc->irq.threaded)
1708 if (gc->irq.threaded)
H A Dgpio-pca953x.c964 girq->threaded = true;
H A Dgpio-wcove.c468 girq->threaded = true;
H A Dgpio-crystalcove.c367 girq->threaded = true;
H A Dgpio-stmpe.c529 girq->threaded = true;
H A Dgpio-pmic-eic-sprd.c360 irq->threaded = true;
/linux-master/tools/perf/bench/
H A Dsched-pipe.c45 static bool threaded; variable
85 OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"),
115 if (threaded)
124 if (threaded)
236 if (threaded) {
277 loops, threaded ? "threads" : "processes");
/linux-master/include/soc/tegra/
H A Dbpmp.h90 } threaded; member in struct:tegra_bpmp
/linux-master/drivers/hid/
H A Dhid-cp2112.c1310 girq->threaded = true;

Completed in 841 milliseconds

12