Home
last modified time | relevance | path

Searched full:works (Results 1 – 25 of 1642) sorted by relevance

12345678910>>...66

/linux/security/landlock/
H A Dtsync.c190 struct tsync_work **works;
216 ctx = s->works[s->size]; in tsync_works_trim()
226 * @s: TSYNC works to trim. in tsync_works_trim()
240 ctx = s->works[s->size - 1];
271 struct tsync_work **works; in tsync_works_grow_by()
281 works = krealloc_array(s->works, new_capacity, sizeof(s->works[0]), in tsync_works_grow_by()
283 if (!works) in tsync_works_grow_by()
286 s->works in tsync_works_grow_by()
173 struct tsync_work **works; global() member
254 struct tsync_work **works; tsync_works_grow_by() local
330 count_additional_threads(const struct tsync_works * works) count_additional_threads() argument
367 schedule_task_work(struct tsync_works * works,struct tsync_shared_context * shared_ctx) schedule_task_work() argument
442 cancel_tsync_works(const struct tsync_works * works,struct tsync_shared_context * shared_ctx) cancel_tsync_works() argument
473 struct tsync_works works = {}; landlock_restrict_sibling_threads() local
[all...]
/linux/LICENSES/dual/
H A DApache-2.054 "Derivative Works" shall mean any work, whether in Source or Object form,
58 Derivative Works shall not include works that remain separable from, or
60 Works thereof.
64 Derivative Works thereof, that is intentionally submitted to Licensor for
83 reproduce, prepare Derivative Works of, publicly display, publicly
84 perform, sublicense, and distribute the Work and such Derivative Works
103 Derivative Works thereof in any medium, with or without modifications,
107 a. You must give any other recipients of the Work or Derivative Works a
113 c. You must retain, in the Source form of any Derivative Works that You
116 pertain to any part of the Derivative Works; and
[all …]
H A Dcopyleft-next-0.3.125 copyright license, to reproduce, Distribute, prepare derivative works
30 offer for sale, and import Covered Works.
37 You may Distribute Covered Works, provided that You (i) inform
45 3. Conditions for Distributing Derived Works; Outbound GPL Compatibility
129 Works You subsequently obtain. Termination does not terminate the
140 Unless I explicitly remove the option of Distributing Covered Works
141 under Later Versions, You may Distribute Covered Works under any Later
179 Works (other than those provided in compliance with (ii)) that were
189 required. The following are not Derived Works: (i) Mere Aggregation;
/linux/rust/proc-macro2/
H A Ddetection.rs6 static WORKS: AtomicUsize = AtomicUsize::new(0); variable
10 match WORKS.load(Ordering::Relaxed) { in inside_proc_macro()
21 WORKS.store(1, Ordering::Relaxed); in force_fallback()
31 WORKS.store(available as usize + 1, Ordering::Relaxed); in initialize()
69 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/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 …]
H A Dbasic-pm-debugging.rst10 To check if hibernation works, you can try to hibernate in the "reboot" mode::
41 If neither "platform" nor "shutdown" hibernation mode works, you will need to
145 see if that works.
193 works every time, but resume from actual hibernation does not work or is
220 To verify that the STR works, it is generally more convenient to use the s2ram
/linux/tools/testing/selftests/firmware/
H A Dfw_fallback.sh162 # Test failure when doing nothing (timeout works).
191 echo "$0: timeout works"
208 echo "$0: firmware comparison works"
217 echo "$0: fallback mechanism works"
225 echo "$0: cancelling fallback mechanism works"
248 echo "$0: custom fallback loading mechanism works"
259 echo "$0: custom fallback loading mechanism works"
272 echo "$0: cancelling custom fallback mechanism works"
H A Dfw_upload.sh61 echo "$0: firmware upload for $name works" >&2
145 echo "$0: firmware upload cancellation works"
168 echo "$0: firmware upload error handling works"
187 echo "$0: oversized firmware error handling works"
/linux/arch/x86/pci/
H A Ddirect.c202 /* Assume Type 1 works for newer systems. in pci_sanity_check()
227 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/LICENSES/deprecated/
H A DCC0-1.017 REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
19 THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
31 scientific works ("Commons") that the public can reliably and without fear
33 works, reuse and redistribute as freely as possible in any form whatsoever
37 works, or to gain reputation or greater distribution for their Work in
H A DGFDL-1.242 works of the document must themselves be free in the same sense. It
52 principally for works whose purpose is instruction or reference.
121 this License requires to appear in the title page. For works in
320 7. AGGREGATION WITH INDEPENDENT WORKS
323 and independent documents or works, in or on a volume of a storage or
326 of the compilation's users beyond what the individual works permit.
328 apply to the other works in the aggregate which are not themselves
329 derivative works of the Document.
H A DGFDL-1.143 works of the document must themselves be free in the same sense. It
53 principally for works whose purpose is instruction or reference.
111 this License requires to appear in the title page. For works in
293 7. AGGREGATION WITH INDEPENDENT WORKS
296 and independent documents or works, in or on a volume of a storage or
300 License does not apply to the other self-contained works thus compiled
302 are not themselves derivative works of the Document.
/linux/Documentation/admin-guide/media/
H A Dcx88.rst15 - Works.
19 - Works. The TV standard detection is made by the driver, as the
25 - Works.
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_event_triggers.tc85 echo " make sure it works 5 times"
95 echo " make sure it still works"
100 echo " make sure it only works 3 times"
/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/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c322 ksft_test_result_pass("cachestat works with %s\n", dev_filename); in main()
331 ksft_test_result_pass("cachestat works with a normal file\n"); in main()
344 ksft_test_result_pass("cachestat fsync works with a normal file\n"); in main()
352 ksft_test_result_pass("cachestat works with a shmem file\n"); in main()
359 ksft_test_result_pass("cachestat works with a mmap file\n"); in main()
/linux/tools/testing/selftests/ftrace/test.d/dynevent/
H A Denable_disable_tprobe.tc16 :;: "Check enable/disable to ensure it works" ;:
28 :;: "Repeat enable/disable to ensure it works" ;:
/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/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/Documentation/devicetree/
H A Ddynamic-resolution-notes.rst10 How the resolver works
17 In sequence the resolver works by the following steps:
/linux/arch/mips/sgi-ip22/
H A Dip22-time.c75 * Figure out the r4k offset, the algorithm is very simple and works in in plat_time_init()
76 * _all_ cases as long as the 8254 counter register itself works ok (as in plat_time_init()
81 * but this one works just fine so I am not going to futz around. ;-) in plat_time_init()
/linux/include/uapi/linux/
H A Damt.h9 /* AMT interface works as Gateway mode.
14 /* AMT interface works as Relay mode.
/linux/arch/mips/sni/
H A Dtime.c119 * Figure out the r4k offset, the algorithm is very simple and works in in plat_time_init()
120 * _all_ cases as long as the 8254 counter register itself works ok (as in plat_time_init()
125 * but this one works just fine so I am not going to futz around. ;-) in plat_time_init()
/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/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dsw.c49 /* This setting works for those device with in rtl88e_init_aspm_vars()
163 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()

12345678910>>...66