Searched refs:construct (Results 1 – 25 of 65) sorted by relevance
123
| /Linux-v6.6/net/core/ |
| 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-v6.6/include/net/ |
| D | hwbm.h | 15 int (*construct)(struct hwbm_pool *bm_pool, void *buf); member
|
| /Linux-v6.6/fs/smb/server/ |
| D | auth.c | 225 char *construct = NULL; in ksmbd_auth_ntlmv2() local 255 construct = kzalloc(len, GFP_KERNEL); in ksmbd_auth_ntlmv2() 256 if (!construct) { in ksmbd_auth_ntlmv2() 261 memcpy(construct, cryptkey, CIFS_CRYPTO_KEY_SIZE); in ksmbd_auth_ntlmv2() 262 memcpy(construct + CIFS_CRYPTO_KEY_SIZE, &ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2() 264 rc = crypto_shash_update(CRYPTO_HMACMD5(ctx), construct, len); in ksmbd_auth_ntlmv2() 289 kfree(construct); in ksmbd_auth_ntlmv2()
|
| /Linux-v6.6/drivers/scsi/libsas/ |
| D | Kconfig | 15 use the domain device construct (like the aic94xxx).
|
| /Linux-v6.6/Documentation/translations/zh_CN/devicetree/ |
| D | of_unittest.rst | 65 // following struct members are used to construct the tree
|
| /Linux-v6.6/Documentation/arch/x86/ |
| 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-v6.6/Documentation/driver-api/ |
| D | zorro.rst | 40 supports different types of boards, you can use a construct like::
|
| D | clk.rst | 167 To construct a clk hardware structure for your platform you must define
|
| /Linux-v6.6/Documentation/wmi/ |
| D | acpi-interface.rst | 46 The method/notification ID is used to construct the ACPI method names used for
|
| /Linux-v6.6/Documentation/arch/x86/i386/ |
| D | IO-APIC.rst | 44 you can use the pirq= boot parameter to 'hand-construct' IRQ entries. This
|
| /Linux-v6.6/Documentation/core-api/ |
| D | dma-isa-lpc.rst | 23 this is not present on all platforms make sure you construct your
|
| D | kref.rst | 146 Don't assume you know what you are doing and use the above construct.
|
| /Linux-v6.6/Documentation/admin-guide/blockdev/ |
| D | ramdisk.rst | 88 construct it on. This can be the RAM disk device itself, or an
|
| /Linux-v6.6/drivers/net/ethernet/marvell/ |
| D | mvneta_bm.c | 191 hwbm_pool->construct = mvneta_bm_construct; in mvneta_bm_pool_use()
|
| /Linux-v6.6/Documentation/driver-api/usb/ |
| D | hotplug.rst | 99 with field values. You can construct the criteria directly, or with
|
| /Linux-v6.6/Documentation/userspace-api/netlink/ |
| D | genetlink-legacy.rst | 56 ``type-value`` is a construct which uses attribute types to carry
|
| /Linux-v6.6/Documentation/admin-guide/laptops/ |
| D | sonypi.rst | 91 construct your own event mask (from
|
| /Linux-v6.6/Documentation/locking/ |
| D | pi-futex.rst | 47 combined with medium-prio construct-audio-data threads and low-prio
|
| /Linux-v6.6/Documentation/devicetree/ |
| D | of_unittest.rst | 88 // following struct members are used to construct the tree
|
| /Linux-v6.6/Documentation/hid/ |
| D | hidraw.rst | 11 communicate with the hardware device, and is able to construct the HID
|
| /Linux-v6.6/Documentation/admin-guide/mm/ |
| D | pagemap.rst | 121 Contiguous pages which construct transparent hugepages.
|
| /Linux-v6.6/Documentation/security/keys/ |
| D | request-key.rst | 61 construct missing keys.
|
| /Linux-v6.6/Documentation/accel/qaic/ |
| D | qaic.rst | 117 recent execution of a BO. This allows userspace to construct an end to end
|
| /Linux-v6.6/Documentation/virt/hyperv/ |
| D | overview.rst | 43 * VMbus: VMbus is a higher-level software construct that is built on
|
| /Linux-v6.6/Documentation/networking/ |
| D | kcm.rst | 83 information, KCM will construct the message of the stated length and deliver it
|
123