Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 25 of 68) sorted by relevance

123

/linux-6.12.1/net/core/
Dhwbm.c36 if (bm_pool->construct) in hwbm_pool_refill()
37 if (bm_pool->construct(bm_pool, buf)) { in hwbm_pool_refill()
/linux-6.12.1/fs/netfs/
Dwrite_issue.c214 stream->construct = subreq; in netfs_prepare_write()
254 struct netfs_io_subrequest *subreq = stream->construct; in netfs_issue_write()
258 stream->construct = NULL; in netfs_issue_write()
273 struct netfs_io_subrequest *subreq = stream->construct; in netfs_advance_write()
288 if (!stream->construct) in netfs_advance_write()
290 subreq = stream->construct; in netfs_advance_write()
425 } else if (!upload->construct) { in netfs_write_folio()
/linux-6.12.1/include/net/
Dhwbm.h15 int (*construct)(struct hwbm_pool *bm_pool, void *buf); member
/linux-6.12.1/fs/smb/server/
Dauth.c227 char *construct = NULL; in ksmbd_auth_ntlmv2() local
257 construct = kzalloc(len, GFP_KERNEL); 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-6.12.1/drivers/scsi/libsas/
DKconfig15 use the domain device construct (like the aic94xxx).
/linux-6.12.1/Documentation/translations/zh_CN/devicetree/
Dof_unittest.rst65 // following struct members are used to construct the tree
/linux-6.12.1/Documentation/arch/x86/
Dmds.rst51 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-6.12.1/Documentation/driver-api/
Dzorro.rst40 supports different types of boards, you can use a construct like::
Dclk.rst167 To construct a clk hardware structure for your platform you must define
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-wmi46 This file contains the WMI object ID used internally to construct
/linux-6.12.1/tools/testing/selftests/drivers/net/
DREADME.rst83 Arguments used to construct the communication channel.
/linux-6.12.1/Documentation/wmi/
Dacpi-interface.rst46 The method/notification ID is used to construct the ACPI method names used for
/linux-6.12.1/include/linux/
Dnetfs.h133 struct netfs_io_subrequest *construct; /* Op being constructed */ member
/linux-6.12.1/Documentation/arch/x86/i386/
DIO-APIC.rst44 you can use the pirq= boot parameter to 'hand-construct' IRQ entries. This
/linux-6.12.1/drivers/net/ethernet/marvell/
Dmvneta_bm.c191 hwbm_pool->construct = mvneta_bm_construct; in mvneta_bm_pool_use()
/linux-6.12.1/Documentation/core-api/
Ddma-isa-lpc.rst23 this is not present on all platforms make sure you construct your
Dkref.rst146 Don't assume you know what you are doing and use the above construct.
/linux-6.12.1/Documentation/admin-guide/blockdev/
Dramdisk.rst88 construct it on. This can be the RAM disk device itself, or an
/linux-6.12.1/Documentation/driver-api/usb/
Dhotplug.rst99 with field values. You can construct the criteria directly, or with
/linux-6.12.1/Documentation/locking/
Dpi-futex.rst47 combined with medium-prio construct-audio-data threads and low-prio
/linux-6.12.1/Documentation/admin-guide/laptops/
Dsonypi.rst91 construct your own event mask (from
/linux-6.12.1/Documentation/devicetree/
Dof_unittest.rst88 // following struct members are used to construct the tree
/linux-6.12.1/Documentation/userspace-api/netlink/
Dgenetlink-legacy.rst80 ``type-value`` is a construct which uses attribute types to carry
/linux-6.12.1/Documentation/hid/
Dhidraw.rst11 communicate with the hardware device, and is able to construct the HID
/linux-6.12.1/Documentation/security/keys/
Drequest-key.rst61 construct missing keys.

123