/linux/net/core/ |
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/ksmbd/ |
A D | auth.c | 223 char *construct = NULL; in ksmbd_auth_ntlmv2() local 253 construct = kzalloc(len, GFP_KERNEL); in ksmbd_auth_ntlmv2() 254 if (!construct) { in ksmbd_auth_ntlmv2() 259 memcpy(construct, sess->ntlmssp.cryptkey, CIFS_CRYPTO_KEY_SIZE); in ksmbd_auth_ntlmv2() 260 memcpy(construct + CIFS_CRYPTO_KEY_SIZE, &ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2() 262 rc = crypto_shash_update(CRYPTO_HMACMD5(ctx), construct, len); in ksmbd_auth_ntlmv2() 284 kfree(construct); in ksmbd_auth_ntlmv2()
|
/linux/include/net/ |
A D | hwbm.h | 13 int (*construct)(struct hwbm_pool *bm_pool, void *buf); member
|
/linux/drivers/scsi/libsas/ |
A D | Kconfig | 15 use the domain device construct (like the aic94xxx).
|
/linux/Documentation/x86/ |
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/ |
A D | zorro.rst | 40 supports different types of boards, you can use a construct like::
|
A D | clk.rst | 167 To construct a clk hardware structure for your platform you must define
|
/linux/Documentation/devicetree/bindings/mailbox/ |
A D | nvidia,tegra186-hsp.txt | 54 The following file contains definitions that can be used to construct mailbox
|
/linux/Documentation/x86/i386/ |
A D | IO-APIC.rst | 44 you can use the pirq= boot parameter to 'hand-construct' IRQ entries. This
|
/linux/drivers/net/ethernet/marvell/ |
A D | mvneta_bm.c | 191 hwbm_pool->construct = mvneta_bm_construct; in mvneta_bm_pool_use()
|
/linux/Documentation/RCU/ |
A D | arrayRCU.rst | 63 structure that represents the corresponding IPC construct. The grow_ary()
|
/linux/Documentation/core-api/ |
A D | dma-isa-lpc.rst | 23 this is not present on all platforms make sure you construct your
|
A D | kref.rst | 146 Don't assume you know what you are doing and use the above construct.
|
/linux/Documentation/admin-guide/blockdev/ |
A D | ramdisk.rst | 88 construct it on. This can be the RAM disk device itself, or an
|
/linux/Documentation/locking/ |
A D | pi-futex.rst | 47 combined with medium-prio construct-audio-data threads and low-prio
|
/linux/Documentation/driver-api/usb/ |
A D | hotplug.rst | 99 with field values. You can construct the criteria directly, or with
|
/linux/Documentation/devicetree/ |
A D | of_unittest.rst | 67 // following struct members are used to construct the tree
|
/linux/Documentation/admin-guide/laptops/ |
A D | sonypi.rst | 91 construct your own event mask (from
|
/linux/Documentation/hid/ |
A D | hidraw.rst | 11 communicate with the hardware device, and is able to construct the HID
|
/linux/Documentation/security/keys/ |
A D | request-key.rst | 61 construct missing keys.
|
/linux/Documentation/admin-guide/mm/ |
A D | pagemap.rst | 124 Contiguous pages which construct transparent hugepages.
|
/linux/tools/memory-model/litmus-tests/ |
A D | README | 204 The next step is to construct a space-separated list of descriptors,
|
/linux/Documentation/networking/ |
A D | kcm.rst | 83 information, KCM will construct the message of the stated length and deliver it
|
/linux/Documentation/PCI/endpoint/ |
A D | pci-ntb-function.rst | 61 Config Region is a construct that is specific to NTB implemented using NTB
|
/linux/Documentation/driver-api/dmaengine/ |
A D | client.rst | 208 construct the metadata in the client's buffer
|