Home
last modified time | relevance | path

Searched refs:works (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/linux/security/landlock/
H A Dtsync.c173 struct tsync_work **works; member
199 ctx = s->works[s->size]; in tsync_works_provide()
223 ctx = s->works[s->size - 1]; in tsync_works_trim()
254 struct tsync_work **works; in tsync_works_grow_by() local
264 works = krealloc_array(s->works, new_capacity, sizeof(s->works[0]), in tsync_works_grow_by()
266 if (!works) in tsync_works_grow_by()
269 s->works = works; in tsync_works_grow_by()
281 s->works[i] = work; in tsync_works_grow_by()
296 if (s->works[i]->task == task) in tsync_works_contains_task()
312 if (WARN_ON_ONCE(!s->works[i]->task)) in tsync_works_release()
[all …]
/linux/arch/x86/pci/
H A Ddirect.c227 int works = 0; in pci_check_type1() local
235 works = 1; in pci_check_type1()
240 return works; in pci_check_type1()
246 int works = 0; in pci_check_type2() local
255 works = 1; in pci_check_type2()
260 return works; in pci_check_type2()
/linux/Documentation/power/
H A Dvideo.rst32 Currently, VBE_SAVE method (6 below) works on most
40 There are a few types of systems where video works after S3 resume:
50 the BIOS works well enough to be able to set video mode. Use
68 POSTing bios works. Ole Rohne has patch to do just that at
83 You may have a system where none of above works. At that point you
84 either invent another ugly hack that works, or write proper driver for
112 Asus L2400D s3_mode (3) [#f2]_ (S1 also works OK)
114 Asus L3800C (Radeon M7) s3_bios (2) (S1 also works OK)
119 Compaq Armada E500 - P3-700 none (1) (S1 also works OK)
143 HP Omnibook 5150 none (1), (S1 also works OK)
[all …]
/linux/kernel/
H A Dstop_machine.c42 struct list_head works; /* list of pending works */ member
87 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work()
482 run = !list_empty(&stopper->works); in cpu_stop_should_run()
495 if (!list_empty(&stopper->works)) { in cpu_stopper_thread()
496 work = list_first_entry(&stopper->works, in cpu_stopper_thread()
548 WARN_ON(!list_empty(&stopper->works)); in cpu_stop_park()
577 INIT_LIST_HEAD(&stopper->works); in cpu_stop_init()
/linux/rust/proc-macro2/
H A Ddetection.rs69 let works = panic::catch_unwind(proc_macro::Span::call_site).is_ok(); in initialize() localVariable
70 WORKS.store(works as usize + 1, Ordering::Relaxed); in initialize()
/linux/Documentation/devicetree/bindings/rtc/
H A Depson,rx6110.txt28 - spi-cpha: RX6110 works with SPI shifted clock phase
29 - spi-cpol: RX6110 works with SPI inverse clock polarity
/linux/Documentation/devicetree/
H A Ddynamic-resolution-notes.rst10 How the resolver works
17 In sequence the resolver works by the following steps:
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dsw.c163 timer_setup(&rtlpriv->works.fw_clockoff_timer, in rtl88e_init_sw_vars()
167 timer_setup(&rtlpriv->works.fast_antenna_training_timer, in rtl88e_init_sw_vars()
182 timer_delete_sync(&rtlpriv->works.fw_clockoff_timer); in rtl88e_deinit_sw_vars()
184 timer_delete_sync(&rtlpriv->works.fast_antenna_training_timer); in rtl88e_deinit_sw_vars()
/linux/Documentation/process/
H A Dindex.rst14 to learn about how our community works. Reading these documents will make
18 An introduction to how kernel development works
/linux/Documentation/input/devices/
H A Dcs461x.rst13 Raw mode works fine with analog joystick front-end driver and cs461x
28 The driver works with ALSA drivers simultaneously. For example, the xracer
/linux/Documentation/scsi/
H A Dqlogicfas.rst8 only works with the ISA, VLB, and PCMCIA versions of the Qlogic
27 This currently only works if the card is enabled first from DOS. This
59 Make sure it works properly under DOS. You should also do an initial FDISK
/linux/drivers/thermal/ti-soc-thermal/
H A DTODO10 - make sure this code works on OMAP4430, OMAP4460 and OMAP5430
/linux/Documentation/admin-guide/laptops/
H A Dasus-laptop.rst102 Switching works for the following models:
168 c) actually works
194 LED display works for the following models:
248 how it works):
/linux/Documentation/networking/
H A Dnetfilter-sysctl.rst16 kernel log. If enabled, this target also works in other network
/linux/drivers/mtd/ubi/
H A Dwl.c205 if (list_empty(&ubi->works)) { in do_work()
215 wrk = list_entry(ubi->works.next, struct ubi_work, list); in do_work()
557 list_add_tail(&wrk->list, &ubi->works); in __schedule_ubi_work()
1454 list_for_each_entry_safe(wrk, tmp, &ubi->works, list) {
1686 if (list_empty(&ubi->works) || ubi->ro_mode ||
1740 while (!list_empty(&ubi->works)) {
1743 wrk = list_entry(ubi->works.next, struct ubi_work, list);
1812 INIT_LIST_HEAD(&ubi->works);
2148 ubi_assert(list_empty(&ubi->works));
/linux/Documentation/hwmon/
H A Dthmc50.rst60 The ADM1022 works the same as THMC50 but it is faster (5 Hz instead of
88 The driver was tested on Compaq AP550 with two ADM1022 chips (one works
/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst15 Current status: the core driver works. It can generate data in YUV422,
28 The "xawtv" utility also works; gqcam does not, for unknown reasons.
/linux/drivers/net/ethernet/fungible/funeth/
H A DKconfig14 It works with both physical and virtual functions.
/linux/kernel/time/
H A Dtimer_migration.c1557 struct work_struct __percpu *works __free(free_percpu) = in tmigr_isolated_exclude_cpumask()
1562 if (!works) in tmigr_isolated_exclude_cpumask()
1576 struct work_struct *work = per_cpu_ptr(works, cpu); in tmigr_isolated_exclude_cpumask()
1582 flush_work(per_cpu_ptr(works, cpu)); in tmigr_isolated_exclude_cpumask()
1603 struct work_struct *work = per_cpu_ptr(works, cpu); in tmigr_isolated_exclude_cpumask()
1609 flush_work(per_cpu_ptr(works, cpu)); in tmigr_isolated_exclude_cpumask()
/linux/tools/perf/Documentation/
H A Dperf-config.txt266 This can be a list, in order of preference, the first one that works
307 This option works with tui, stdio2 browsers.
327 This option works with tui, stdio2 browsers.
348 This option works with tui browser.
369 This option works with tui, stdio2 browsers.
381 This option works with tui, stdio2 browsers.
396 This option works with tui, stdio2, stdio browsers.
411 This option works with tui, stdio2, stdio browsers.
418 This option works with tui, stdio2 browsers.
457 the value 'lbr' only works fo
[all...]
/linux/drivers/net/ethernet/dec/tulip/
H A DKconfig20 cards and also works with cards based on the DECchip
48 cards and also works with cards based on the DECchip
113 This driver is for the Winbond W89c840 chip. It also works with
/linux/arch/arm/boot/dts/arm/
H A Dversatile-ab-ib2.dts4 * This works as a superset of the Versatile AB.
/linux/arch/m68k/hp300/
H A DREADME.hp30012 The LANCE driver works after a fashion but only if you reset the chip before
/linux/Documentation/ABI/removed/
H A Draw139415 libraw1394 (works with firewire-cdev too, transparent to library ABI
/linux/Documentation/arch/arm/sti/
H A Doverview.rst25 Flattened Device Tree, which means, It works with any compatible board with

12345678910>>...18