/linux/net/core/ |
H A D | hwbm.c | 36 if (bm_pool->construct) in hwbm_pool_refill() 37 if (bm_pool->construct(bm_pool, buf)) { in hwbm_pool_refill()
|
/linux/fs/netfs/ |
H A D | write_issue.c | 220 stream->construct = subreq; in netfs_prepare_write() 263 struct netfs_io_subrequest *subreq = stream->construct; in netfs_issue_write() 267 stream->construct = NULL; in netfs_issue_write() 282 struct netfs_io_subrequest *subreq = stream->construct; in netfs_advance_write() 297 if (!stream->construct) in netfs_advance_write() 299 subreq = stream->construct; in netfs_advance_write() 437 } else if (!upload->construct) { in netfs_write_folio() 769 if (!upload->construct) in netfs_write_folio_single()
|
/linux/fs/smb/server/ |
H A D | auth.c | 227 char *construct = NULL; in ksmbd_auth_ntlmv2() local 257 construct = kzalloc(len, KSMBD_DEFAULT_GFP); in ksmbd_auth_ntlmv2() 258 if (!construct) { in ksmbd_auth_ntlmv2() 263 memcpy(construct, cryptkey, CIFS_CRYPTO_KEY_SIZE); in ksmbd_auth_ntlmv2() 264 memcpy(construct + CIFS_CRYPTO_KEY_SIZE, &ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2() 266 rc = crypto_shash_update(CRYPTO_HMACMD5(ctx), construct, len); in ksmbd_auth_ntlmv2() 291 kfree(construct); in ksmbd_auth_ntlmv2()
|
/linux/include/net/ |
H A D | hwbm.h | 15 int (*construct)(struct hwbm_pool *bm_pool, void *buf); member
|
/linux/drivers/scsi/libsas/ |
H A D | Kconfig | 15 use the domain device construct (like the aic94xxx).
|
/linux/Documentation/arch/x86/ |
H A D | mds.rst | 51 exception. The rationale behind this assumption is that the code construct 62 The existence of such a construct in the kernel cannot be excluded with 67 whether it can be used to create such a construct.
|
/linux/Documentation/driver-api/cxl/platform/acpi/ |
H A D | srat.rst | 53 This is used to construct performance coordinates for hotplugged CXL DEVICES,
|
/linux/Documentation/driver-api/ |
H A D | zorro.rst | 40 supports different types of boards, you can use a construct like::
|
H A D | clk.rst | 167 To construct a clk hardware structure for your platform you must define
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-wmi | 46 This file contains the WMI object ID used internally to construct
|
/linux/tools/testing/selftests/drivers/net/ |
H A D | README.rst | 83 Arguments used to construct the communication channel.
|
/linux/Documentation/arch/x86/i386/ |
H A D | IO-APIC.rst | 44 you can use the pirq= boot parameter to 'hand-construct' IRQ entries. This
|
/linux/Documentation/wmi/ |
H A D | acpi-interface.rst | 46 The method/notification ID is used to construct the ACPI method names used for
|
/linux/include/linux/ |
H A D | netfs.h | 133 struct netfs_io_subrequest *construct; /* Op being constructed */ member
|
/linux/Documentation/core-api/ |
H A D | dma-isa-lpc.rst | 23 this is not present on all platforms make sure you construct your
|
/linux/Documentation/admin-guide/blockdev/ |
H A D | ramdisk.rst | 88 construct it on. This can be the RAM disk device itself, or an
|
/linux/Documentation/driver-api/cxl/linux/ |
H A D | cxl-driver.rst | 248 A `Root Decoder` is logical construct of the physical address and interleave 404 A `Memory Region` is a logical construct that connects a set of CXL ports in 467 In reality, `Root Decoders` are a logical construct to describe the memory
|
/linux/Documentation/driver-api/usb/ |
H A D | hotplug.rst | 99 with field values. You can construct the criteria directly, or with
|
/linux/Documentation/admin-guide/laptops/ |
H A D | sonypi.rst | 91 construct your own event mask (from
|
/linux/Documentation/locking/ |
H A D | pi-futex.rst | 47 combined with medium-prio construct-audio-data threads and low-prio
|
/linux/Documentation/userspace-api/netlink/ |
H A D | genetlink-legacy.rst | 80 ``type-value`` is a construct which uses attribute types to carry
|
/linux/Documentation/security/keys/ |
H A D | request-key.rst | 61 construct missing keys.
|
/linux/Documentation/hid/ |
H A D | hidraw.rst | 11 communicate with the hardware device, and is able to construct the HID
|
/linux/Documentation/PCI/endpoint/ |
H A D | pci-ntb-function.rst | 61 Config Region is a construct that is specific to NTB implemented using NTB
|
/linux/tools/memory-model/litmus-tests/ |
H A D | README | 212 The next step is to construct a space-separated list of descriptors,
|