| /linux-6.15/drivers/accel/qaic/ |
| H A D | qaic_control.c | 349 w->head = wrappers; in add_wrapper() 1165 wrappers = kmalloc(sizeof(*wrappers), GFP_KERNEL); in alloc_wrapper_list() 1166 if (!wrappers) in alloc_wrapper_list() 1171 return wrappers; in alloc_wrapper_list() 1186 if (!wrappers) in qaic_manage_msg_xfer() 1191 kfree(wrappers); in qaic_manage_msg_xfer() 1230 spin_lock(&wrappers->lock); in qaic_manage_msg_xfer() 1236 kfree(wrappers); in qaic_manage_msg_xfer() 1429 spin_lock(&wrappers->lock); in free_wrapper_from_list() 1435 kfree(wrappers); in free_wrapper_from_list() [all …]
|
| /linux-6.15/drivers/bcma/ |
| H A D | scan.c | 278 u8 ports[2], wrappers[2]; in bcma_get_next_core() local 298 wrappers[0] = (cib & SCAN_CIB_NMW) >> SCAN_CIB_NMW_SHIFT; in bcma_get_next_core() 299 wrappers[1] = (cib & SCAN_CIB_NSW) >> SCAN_CIB_NSW_SHIFT; in bcma_get_next_core() 310 if (wrappers[0] + wrappers[1] == 0) { in bcma_get_next_core() 388 for (i = 0; i < wrappers[0]; i++) { in bcma_get_next_core() 405 for (i = 0; i < wrappers[1]; i++) { in bcma_get_next_core() 416 if (wrappers[0] == 0 && !i && !j) in bcma_get_next_core()
|
| H A D | README | 10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
|
| /linux-6.15/Documentation/core-api/ |
| H A D | printk-index.rst | 62 printk() call. Note that there are many wrappers, for example, 85 Subsystem specific printk wrappers 90 wrappers doing __printk_index_emit() together with the real printk() 95 using these special wrappers. It is implemented for the commonly 98 Additional changes are necessary for various subsystem specific wrappers 100 their own wrappers adding __printk_index_emit(). 102 Only few subsystem specific wrappers have been updated so far, 113 Subsystem specific wrappers usually add even more complicated
|
| H A D | index.rst | 51 wrappers/atomic_t 52 wrappers/atomic_bitops 80 wrappers/memory-barriers.rst
|
| H A D | min_heap.rst | 19 prefixes, but should instead use the provided macro wrappers. 30 macro wrappers for inline functions instead of directly calling the functions 83 The following macro wrappers are provided for interacting with the heap in a
|
| /linux-6.15/tools/usb/usbip/ |
| H A D | configure.ac | 54 AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library]) 55 AC_ARG_WITH([tcp-wrappers], 56 [AS_HELP_STRING([--with-tcp-wrappers], 57 [use the libwrap (TCP wrappers) library])],
|
| H A D | README | 55 $ ./configure [--with-tcp-wrappers=no] [--with-usbids-dir=<dir>]
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | Makefile | 11 KASAN_SANITIZE_runtime-wrappers.o := n 23 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
|
| /linux-6.15/Documentation/translations/ko_KR/ |
| H A D | index.rst | 15 core-api/wrappers/memory-barriers.rst
|
| H A D | stable_api_nonsense.txt | 56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
|
| /linux-6.15/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | Makefile | 7 LOCAL_HDRS += wrappers.h log.h
|
| /linux-6.15/drivers/comedi/ |
| H A D | TODO | 4 - remove all wrappers
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | libbpf_naming_convention.rst | 15 System call wrappers 18 System call wrappers are simple wrappers for commands supported by 19 sys_bpf system call. These wrappers should go to ``bpf.h`` header file
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | Makefile | 11 obj-y += setup.o opal-call.o opal-wrappers.o opal.o opal-async.o
|
| /linux-6.15/drivers/pci/controller/dwc/ |
| H A D | Kconfig | 36 core plus Annapurna Labs proprietary hardware wrappers. This is 183 hardware wrappers. 302 hardware wrappers. 313 plus Qualcomm-specific hardware wrappers.
|
| /linux-6.15/Documentation/networking/ |
| H A D | gen_stats.rst | 63 compatibility by calling the compat wrappers to keep providing the
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | spi.rst | 40 wrappers, however.) Messages are built from one or more
|
| H A D | pwm.rst | 68 The pwm_config(), pwm_enable() and pwm_disable() functions are just wrappers
|
| /linux-6.15/Documentation/translations/sp_SP/ |
| H A D | index.rst | 80 wrappers/memory-barriers
|
| /linux-6.15/Documentation/spi/ |
| H A D | spi-summary.rst | 137 completion callbacks. There are also some simple synchronous wrappers 427 - There are also synchronous wrappers like spi_sync(), and wrappers 432 - The spi_write_then_read() call, and convenience wrappers around 437 wrappers, doing exactly that.
|
| /linux-6.15/Documentation/userspace-api/netlink/ |
| H A D | intro-specs.rst | 87 ``tools/net/ynl/pyynl/ynl_gen_c.py`` to create easy to use netlink wrappers.
|
| /linux-6.15/Documentation/filesystems/bcachefs/ |
| H A D | SubmittingPatches.rst | 12 it for most users; it includes single-command wrappers for all the mainstream
|
| /linux-6.15/Documentation/security/ |
| H A D | credentials.rst | 275 the task pointer to make it point to the new copy. There are wrappers to aid 316 There are convenience wrappers for retrieving specific aspects of a task's 328 There are also convenience wrappers for retrieving specific associated pairs of
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kselftest.rst | 242 The kselftest.h and kselftest_harness.h headers provide wrappers for 243 outputting test results. These wrappers should be used for pass,
|