| /linux/security/landlock/ |
| H A D | tsync.c | 173 struct tsync_work **works; member 199 ctx = s->works[s->size]; in tsync_works_provide() 209 * @s: TSYNC works to trim. 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() [all …]
|
| /linux/LICENSES/dual/ |
| H A D | Apache-2.0 | 54 "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 D | copyleft-next-0.3.1 | 25 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 D | detection.rs | 6 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 D | video.rst | 32 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/tools/testing/selftests/firmware/ |
| H A D | fw_fallback.sh | 162 # 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 D | fw_upload.sh | 61 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 D | direct.c | 202 /* 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/kernel/ |
| H A D | stop_machine.c | 28 * be shared by works on different cpus. 42 struct list_head works; /* list of pending works */ member 87 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work() 468 /* static works are used, process one request at a time */ in stop_cpus() 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() 532 * the pending works before it parks, until then it is fine to queue in stop_machine_park() 533 * the new works. in stop_machine_park() 548 WARN_ON(!list_empty(&stopper->works)); in cpu_stop_park() [all …]
|
| /linux/LICENSES/deprecated/ |
| H A D | CC0-1.0 | 17 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 D | GFDL-1.2 | 42 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 D | GFDL-1.1 | 43 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 D | cx88.rst | 15 - 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 D | func_event_triggers.tc | 85 echo " make sure it works 5 times" 95 echo " make sure it still works" 100 echo " make sure it only works 3 times"
|
| /linux/include/linux/mfd/ |
| H A D | si476x-platform.h | 225 * @SI476X_PHDIV_PRIMARY_COMBINING: Tuner works as a primary tuner 228 * @SI476X_PHDIV_PRIMARY_ANTENNA: Tuner works as a primary tuner 230 * @SI476X_PHDIV_SECONDARY_ANTENNA: Tuner works as a primary tuner 232 * @SI476X_PHDIV_SECONDARY_COMBINING: Tuner works as a secondary
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-config.txt | 266 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 D | test_cachestat.c | 322 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 D | enable_disable_tprobe.tc | 16 :;: "Check enable/disable to ensure it works" ;: 28 :;: "Repeat enable/disable to ensure it works" ;:
|
| /linux/Documentation/scsi/ |
| H A D | qlogicfas.rst | 8 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/Documentation/devicetree/bindings/rtc/ |
| H A D | epson,rx6110.txt | 28 - spi-cpha: RX6110 works with SPI shifted clock phase 29 - spi-cpol: RX6110 works with SPI inverse clock polarity
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | Kconfig | 20 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/mips/sgi-ip22/ |
| H A D | ip22-time.c | 75 * 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/Documentation/devicetree/ |
| H A D | dynamic-resolution-notes.rst | 10 How the resolver works 17 In sequence the resolver works by the following steps:
|
| /linux/drivers/mtd/ubi/ |
| H A D | wl.c | 11 * This sub-system is responsible for wear-leveling. It works in terms of 85 * room for future re-works of the WL sub-system. 199 * it in read mode, so many of them may be doing works at a time. But in do_work() 200 * the queue flush code has to be sure the whole queue of works is in do_work() 205 if (list_empty(&ubi->works)) { in do_work() 215 wrk = list_entry(ubi->works.next, struct ubi_work, list); in do_work() 551 * This function adds a work defined by @wrk to the tail of the pending works 557 list_add_tail(&wrk->list, &ubi->works); in __schedule_ubi_work() 570 * This function adds a work defined by @wrk to the tail of the pending works 1425 * ubi_wl_flush - flush all pending works. [all …]
|
| /linux/include/uapi/linux/ |
| H A D | amt.h | 9 /* AMT interface works as Gateway mode. 14 /* AMT interface works as Relay mode.
|