| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| D | packer.c | 39 static u64 value_read(int offset, int size, void *structure) in value_read() argument 42 case 1: return *(u8 *) (structure + offset); in value_read() 43 case 2: return be16_to_cpup((__be16 *) (structure + offset)); in value_read() 44 case 4: return be32_to_cpup((__be32 *) (structure + offset)); in value_read() 45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read() 53 * ib_pack - Pack a structure into a buffer 54 * @desc:Array of structure field descriptions 56 * @structure:Structure to pack from 59 * ib_pack() packs a list of structure fields into a buffer, 64 void *structure, in ib_pack() argument [all …]
|
| /kernel/linux/linux-6.6/drivers/infiniband/core/ |
| D | packer.c | 39 static u64 value_read(int offset, int size, void *structure) in value_read() argument 42 case 1: return *(u8 *) (structure + offset); in value_read() 43 case 2: return be16_to_cpup((__be16 *) (structure + offset)); in value_read() 44 case 4: return be32_to_cpup((__be32 *) (structure + offset)); in value_read() 45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read() 53 * ib_pack - Pack a structure into a buffer 54 * @desc:Array of structure field descriptions 56 * @structure:Structure to pack from 59 * ib_pack() packs a list of structure fields into a buffer, 64 void *structure, in ib_pack() argument [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | lsm_hooks.h | 45 * @bprm contains the linux_binprm structure. 60 * @bprm contains the linux_binprm structure. 68 * @bprm contains the linux_binprm structure. 75 * structure. This hook is a good place to perform state changes on the 83 * linux_binprm structure. This hook is a good place to perform state 91 * Allocate and attach a security structure to sc->security. This pointer 106 * Allocate and attach a security structure to the sb->s_security field. 107 * The s_security field is initialized to NULL when the structure is 109 * @sb contains the super_block structure to be modified. 113 * @sb contains the super_block structure to be modified. [all …]
|
| D | nvme-fc-driver.h | 23 * struct nvmefc_ls_req - Request structure passed from the transport 42 * @private: pointer to memory allocated alongside the ls request structure 49 * request structure. Status argument must be 0 upon success, a 69 * struct nvmefc_ls_rsp - Structure passed from the transport to the LLDD 71 * NVME-FC LS request. The structure originates in the LLDD 73 * transport routine. As such, the structure represents the 83 * The structure is allocated by the LLDD whenever a LS Request is received 84 * from the FC link. The address of the structure is passed to the nvmet-fc 87 * The address of the structure is to be passed back to the LLDD 89 * map back to the LLDD exchange structure which maintains information such [all …]
|
| D | completion.h | 15 * struct completion - structure used to maintain state for a "completion" 17 * This is the opaque structure used to maintain the state for a "completion". 46 * DECLARE_COMPLETION - declare and initialize a completion structure 47 * @work: identifier for the completion structure 49 * This macro declares and initializes a completion structure. Generally used 62 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure 63 * @work: identifier for the completion structure 65 * This macro declares and initializes a completion structure on the kernel 80 * @x: pointer to completion structure that is to be initialized 83 * structure. [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | isst_if.h | 53 * struct isst_if_cpu_maps - structure for CPU map IOCTL 55 * @cpu_map[]: Holds one or more CPU map data structure 57 * This structure used with ioctl ISST_IF_GET_PHY_ID to send 74 * Structure to specify read/write data to PUNIT registers. 84 * struct isst_if_io_regs - structure for IO register commands 86 * @io_reg[]: Holds one or more io_reg command structure 88 * This structure used with ioctl ISST_IF_IO_CMD to send 99 * struct isst_if_mbox_cmd - Structure to define mail box command 108 * Structure to specify mailbox command to be sent to PUNIT. 121 * struct isst_if_mbox_cmds - structure for mailbox commands [all …]
|
| /kernel/linux/linux-5.10/arch/arm/nwfpe/ |
| D | ChangeLog | 12 - remove userRegisters pointer from this structure. 18 * The FPA11 structure is not a kernel-specific data structure. 21 FPA11 structure (size or position of elements contained 24 * Since 128-bit float requires the FPA11 structure to change 27 overflow the available space in the task structure. 36 * fpa11.c - Changes due to FPA11, FPREG structure alterations. 37 * fpa11_cpdo.c - Changes due to FPA11, FPREG structure alterations. 38 * fpa11_cpdt.c - Changes due to FPA11, FPREG structure alterations. 39 * fpa11_cprt.c - Changes due to FPA11, FPREG structure alterations. 40 * single_cpdo.c - Changes due to FPA11, FPREG structure alterations. [all …]
|
| /kernel/linux/linux-6.6/arch/arm/nwfpe/ |
| D | ChangeLog | 12 - remove userRegisters pointer from this structure. 18 * The FPA11 structure is not a kernel-specific data structure. 21 FPA11 structure (size or position of elements contained 24 * Since 128-bit float requires the FPA11 structure to change 27 overflow the available space in the task structure. 36 * fpa11.c - Changes due to FPA11, FPREG structure alterations. 37 * fpa11_cpdo.c - Changes due to FPA11, FPREG structure alterations. 38 * fpa11_cpdt.c - Changes due to FPA11, FPREG structure alterations. 39 * fpa11_cprt.c - Changes due to FPA11, FPREG structure alterations. 40 * single_cpdo.c - Changes due to FPA11, FPREG structure alterations. [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/agere/ |
| D | et131x.h | 87 /* structure for power management control status reg in global address map 183 /* structure for txdma packet ring base address hi reg in txdma address map 188 /* structure for txdma packet ring base address low reg in txdma address map 193 /* structure for txdma packet ring number of descriptor reg in txdma address 221 * structure for txdma service complete reg in txdma address map at 0x1028 271 /* structure for control status reg in rxdma address map 300 /* structure for dma writeback lo reg in rxdma address map 305 /* structure for dma writeback hi reg in rxdma address map 310 /* structure for number of packets done reg in rxdma address map 317 /* structure for max packet time reg in rxdma address map [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/agere/ |
| D | et131x.h | 87 /* structure for power management control status reg in global address map 183 /* structure for txdma packet ring base address hi reg in txdma address map 188 /* structure for txdma packet ring base address low reg in txdma address map 193 /* structure for txdma packet ring number of descriptor reg in txdma address 221 * structure for txdma service complete reg in txdma address map at 0x1028 271 /* structure for control status reg in rxdma address map 300 /* structure for dma writeback lo reg in rxdma address map 305 /* structure for dma writeback hi reg in rxdma address map 310 /* structure for number of packets done reg in rxdma address map 317 /* structure for max packet time reg in rxdma address map [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
| D | amd_acpi.h | 30 u16 size; /* structure size in bytes (includes size field) */ 37 u16 size; /* structure size in bytes (includes size field) */ 44 u16 size; /* structure size in bytes (includes size field) */ 56 u16 size; /* structure size in bytes (includes size field) */ 68 u16 size; /* structure size in bytes (includes size field) */ 85 u16 size; /* structure size in bytes (includes size field) */ 93 u16 size; /* structure size in bytes (includes size field) */ 102 u16 size; /* structure size in bytes (includes size field) */ 107 u16 size; /* structure size in bytes (includes size field) */ 154 * WORD - structure size in bytes (includes size field) [all …]
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| D | rcu_segcblist.c | 26 * Enqueue an rcu_head structure onto the specified callback list. 36 * Flush the second rcu_cblist structure onto the first one, obliterating 38 * element of the second rcu_cblist structure, but ensuring that the second 39 * rcu_cblist structure, if initially non-empty, always appears non-empty 40 * throughout the process. If rdp is NULL, the second rcu_cblist structure 64 * Dequeue the oldest rcu_head structure from the specified callback 81 /* Set the length of an rcu_segcblist structure. */ 92 * Increase the numeric length of an rcu_segcblist structure by the 94 * field to disagree with the actual number of callbacks on the structure. 112 * Increase the numeric length of an rcu_segcblist structure by one. [all …]
|
| /kernel/linux/linux-5.10/Documentation/RCU/Design/Data-Structures/ |
| D | Data-Structures.rst | 15 Data-Structure Relationships 27 This diagram shows an enclosing ``rcu_state`` structure containing a tree 31 This structure is adjusted at boot time, if needed, to handle the common 47 structure. 105 structure need advance to the ``rcu_node`` structure at the next level 106 up the tree. This means that at the leaf-level ``rcu_node`` structure, 113 period will progress all the way to the root ``rcu_node`` structure, 115 structure remains acceptably low. 138 are protected by the corresponding root ``rcu_node`` structure's lock. 139 #. Each ``rcu_node`` structure has a spinlock. [all …]
|
| /kernel/linux/linux-6.6/Documentation/RCU/Design/Data-Structures/ |
| D | Data-Structures.rst | 15 Data-Structure Relationships 27 This diagram shows an enclosing ``rcu_state`` structure containing a tree 31 This structure is adjusted at boot time, if needed, to handle the common 47 structure. 105 structure need advance to the ``rcu_node`` structure at the next level 106 up the tree. This means that at the leaf-level ``rcu_node`` structure, 113 period will progress all the way to the root ``rcu_node`` structure, 115 structure remains acceptably low. 138 are protected by the corresponding root ``rcu_node`` structure's lock. 139 #. Each ``rcu_node`` structure has a spinlock. [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| D | radeon_acpi.h | 71 * WORD - structure size in bytes (includes size field) 102 * WORD - structure size in bytes (includes size field) 108 * WORD - structure size in bytes (includes size field) 126 * WORD - structure size in bytes (includes size field) 162 * WORD - structure size in bytes (includes size field) 166 * WORD - structure size in bytes (includes size field) 185 * WORD - structure size in bytes (includes size field) 195 * WORD - structure size in bytes (includes size field) 210 * WORD - structure size in bytes (includes size field) 219 * WORD - structure size in bytes (includes size field) [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| D | radeon_acpi.h | 71 * WORD - structure size in bytes (includes size field) 102 * WORD - structure size in bytes (includes size field) 108 * WORD - structure size in bytes (includes size field) 126 * WORD - structure size in bytes (includes size field) 162 * WORD - structure size in bytes (includes size field) 166 * WORD - structure size in bytes (includes size field) 185 * WORD - structure size in bytes (includes size field) 195 * WORD - structure size in bytes (includes size field) 210 * WORD - structure size in bytes (includes size field) 219 * WORD - structure size in bytes (includes size field) [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
| D | amd_acpi.h | 30 u16 size; /* structure size in bytes (includes size field) */ 37 u16 size; /* structure size in bytes (includes size field) */ 44 u16 size; /* structure size in bytes (includes size field) */ 56 u16 size; /* structure size in bytes (includes size field) */ 68 u16 size; /* structure size in bytes (includes size field) */ 85 u16 size; /* structure size in bytes (includes size field) */ 93 u16 size; /* structure size in bytes (includes size field) */ 102 u16 size; /* structure size in bytes (includes size field) */ 147 * WORD - structure size in bytes (includes size field) 170 * WORD - structure size in bytes (includes size field) [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | nvme-fc-driver.h | 24 * struct nvmefc_ls_req - Request structure passed from the transport 43 * @private: pointer to memory allocated alongside the ls request structure 50 * request structure. Status argument must be 0 upon success, a 70 * struct nvmefc_ls_rsp - Structure passed from the transport to the LLDD 72 * NVME-FC LS request. The structure originates in the LLDD 74 * transport routine. As such, the structure represents the 84 * The structure is allocated by the LLDD whenever a LS Request is received 85 * from the FC link. The address of the structure is passed to the nvmet-fc 88 * The address of the structure is to be passed back to the LLDD 90 * map back to the LLDD exchange structure which maintains information such [all …]
|
| D | completion.h | 15 * struct completion - structure used to maintain state for a "completion" 17 * This is the opaque structure used to maintain the state for a "completion". 45 * DECLARE_COMPLETION - declare and initialize a completion structure 46 * @work: identifier for the completion structure 48 * This macro declares and initializes a completion structure. Generally used 61 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure 62 * @work: identifier for the completion structure 64 * This macro declares and initializes a completion structure on the kernel 79 * @x: pointer to completion structure that is to be initialized 82 * structure. [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | isst_if.h | 53 * struct isst_if_cpu_maps - structure for CPU map IOCTL 55 * @cpu_map[]: Holds one or more CPU map data structure 57 * This structure used with ioctl ISST_IF_GET_PHY_ID to send 74 * Structure to specify read/write data to PUNIT registers. 84 * struct isst_if_io_regs - structure for IO register commands 86 * @io_reg[]: Holds one or more io_reg command structure 88 * This structure used with ioctl ISST_IF_IO_CMD to send 99 * struct isst_if_mbox_cmd - Structure to define mail box command 108 * Structure to specify mailbox command to be sent to PUNIT. 121 * struct isst_if_mbox_cmds - structure for mailbox commands [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/kdump/ |
| D | vmcoreinfo.rst | 9 information from the kernel like structure size, page size, symbol 36 data structure used to store information returned by the uname(2) system 81 Makedumpfile gets the pglist_data structure from this symbol, which is 89 The address of the mem_section array, its length, structure size, and 104 The size of a page structure. struct page is an important data structure 110 The size of a pglist_data structure. This value is used to check if the 111 pglist_data structure is valid. It is also used for checking the memory 117 The size of a zone structure. This value is used to check if the zone 118 structure has been found. It is also used for excluding free pages. 123 The size of a free_area structure. It indicates whether the free_area [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | ia_css_frame_public.h | 42 /* Frame plane structure. This describes one plane in an image 145 /* Frame structure. This structure describes an image buffer or frame. 146 * This is the main structure used for all input and output images. 203 /* @brief Allocate a CSS frame structure 213 * Allocate a CSS frame structure. The memory for the frame data will be 224 /* @brief Allocate a CSS frame structure using a frame info structure. 227 * @param[in] info The frame info structure. 237 /* @brief Free a CSS frame structure. 242 * Free a CSS frame structure. This will free both the frame structure 243 * and the pixel data pointer contained within the frame structure. [all …]
|
| /kernel/linux/linux-5.10/drivers/tc/ |
| D | tc-driver.c | 21 * @drv: the driver structure to register 23 * Adds the driver structure to the list of registered drivers 36 * @drv: the driver structure to unregister 38 * Deletes the driver structure from the list of registered TC drivers, 50 * tc_match_device - tell if a TC device structure has a matching 51 * TC device ID structure 53 * @tdev: the TC device structure to match against 57 * tc_device_id structure or %NULL if there is no match. 76 * tc_bus_match - Tell if a device structure has a matching 77 * TC device ID structure [all …]
|
| /kernel/linux/linux-6.6/drivers/tc/ |
| D | tc-driver.c | 21 * @drv: the driver structure to register 23 * Adds the driver structure to the list of registered drivers 36 * @drv: the driver structure to unregister 38 * Deletes the driver structure from the list of registered TC drivers, 50 * tc_match_device - tell if a TC device structure has a matching 51 * TC device ID structure 53 * @tdev: the TC device structure to match against 57 * tc_device_id structure or %NULL if there is no match. 76 * tc_bus_match - Tell if a device structure has a matching 77 * TC device ID structure [all …]
|
| /kernel/liteos_a/kernel/include/ |
| D | los_sem.h | 83 * Semaphore error code: No semaphore control structure is available. 144 …* Semaphore error code: The queue of the tasks that are waiting on the semaphore control structure… 174 …* This API is used to create a semaphore control structure according to the initial number of avai… 175 * specified by count and return the ID of this semaphore control structure. 182 * @param semHandle [OUT] ID of the semaphore control structure that is initialized. 187 * @retval #LOS_ERRNO_SEM_ALL_BUSY No semaphore control structure is available. 200 …* This API is used to create a binary semaphore control structure according to the initial number … 201 * available semaphores specified by count and return the ID of this semaphore control structure. 208 * @param semHandle [OUT] ID of the semaphore control structure that is initialized. 213 * @retval #LOS_ERRNO_SEM_ALL_BUSY No semaphore control structure is available. [all …]
|