Searched refs:threaded (Results 1 - 25 of 37) sorted by relevance

12

/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/drivers/net/wireless/mediatek/mt76/
H A Ddebugfs.c36 if (dev->napi_dev.threaded != val)
47 *val = dev->napi_dev.threaded;
/linux-master/drivers/firmware/tegra/
H A Dbpmp.c230 clear_bit(index, bpmp->threaded.allocated);
234 up(&bpmp->threaded.lock);
263 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout));
269 index = find_first_zero_bit(bpmp->threaded.allocated, count);
282 set_bit(index, bpmp->threaded.allocated);
289 set_bit(index, bpmp->threaded.busy);
295 clear_bit(index, bpmp->threaded.allocated);
298 up(&bpmp->threaded.lock);
684 busy = bpmp->threaded.busy;
725 bpmp->threaded
[all...]
H A Dbpmp-tegra186.c176 for (i = 0; i < bpmp->threaded.count; i++) {
298 for (i = 0; i < bpmp->threaded.count; i++) {
321 for (i = 0; i < bpmp->threaded.count; i++)
H A Dbpmp-tegra210.c193 for (i = 0; i < bpmp->threaded.count; i++) {
/linux-master/include/soc/tegra/
H A Dbpmp.h90 } threaded; member in struct:tegra_bpmp
/linux-master/kernel/cgroup/
H A Ddebug.c194 seq_printf(seq, "threaded css_sets = %d\n", threaded_csets);
380 debug_cgrp_subsys.threaded = true;
H A Dpids.c386 .threaded = true,
/linux-master/drivers/gpio/
H A Dgpio-siox.c249 girq->threaded = true;
H A Dgpio-pcf857x.c390 girq->threaded = true;
H A Dgpio-max77620.c332 girq->threaded = true;
H A Dgpio-pmic-eic-sprd.c360 irq->threaded = true;
H A Dgpio-crystalcove.c367 girq->threaded = true;
H A Dgpio-tc3589x.c335 girq->threaded = true;
H A Dgpio-wcove.c468 girq->threaded = true;
H A Dgpio-adnp.c484 girq->threaded = true;
H A Dgpio-max732x.c527 girq->threaded = true;
H A Dgpio-stmpe.c529 girq->threaded = true;
/linux-master/include/linux/
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
384 * implies that if the chip supports IRQs, these IRQs need to be threaded
/linux-master/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c669 girq->threaded = true;
H A Dpinctrl-stmfx.c710 girq->threaded = true;
/linux-master/net/core/
H A Dnet-sysfs.c612 ret = sysfs_emit(buf, fmt_dec, netdev->threaded);
639 static DEVICE_ATTR_RW(threaded);
H A Ddev.c6074 * due to force-threaded interrupts and spinlock substitution.
6430 int dev_set_threaded(struct net_device *dev, bool threaded) argument
6435 if (dev->threaded == threaded)
6438 if (threaded) {
6443 threaded = false;
6450 dev->threaded = threaded;
6457 /* Setting/unsetting threaded mode on a napi might not immediately
6459 * polled. In this case, the switch between threaded mod
[all...]
/linux-master/drivers/input/keyboard/
H A Dadp5588-keys.c452 girq->threaded = true;

Completed in 288 milliseconds

12