Searched refs:data_space (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utcopy.c | 22 u8 *data_space, acpi_size *buffer_space_used); 63 * data_space - Where object data is returned (such as 65 * buffer_space_used - Length of data_space that was used 72 * The data_space buffer is assumed to have sufficient space for 80 u8 *data_space, acpi_size *buffer_space_used) in acpi_ut_copy_isimple_to_esimple() 111 external_object->string.pointer = (char *)data_space; in acpi_ut_copy_isimple_to_esimple() 118 memcpy((void *)data_space, in acpi_ut_copy_isimple_to_esimple() 125 external_object->buffer.pointer = data_space; in acpi_ut_copy_isimple_to_esimple() 131 memcpy((void *)data_space, in acpi_ut_copy_isimple_to_esimple() 78 acpi_ut_copy_isimple_to_esimple(union acpi_operand_object *internal_object, union acpi_object *external_object, u8 *data_space, acpi_size *buffer_space_used) acpi_ut_copy_isimple_to_esimple() argument
|
H A D | acutils.h | 246 u8 *data_space, u32 *buffer_space_used);
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utcopy.c | 22 u8 *data_space, acpi_size *buffer_space_used); 63 * data_space - Where object data is returned (such as 65 * buffer_space_used - Length of data_space that was used 72 * The data_space buffer is assumed to have sufficient space for 80 u8 *data_space, acpi_size *buffer_space_used) in acpi_ut_copy_isimple_to_esimple() 111 external_object->string.pointer = (char *)data_space; in acpi_ut_copy_isimple_to_esimple() 118 memcpy((void *)data_space, in acpi_ut_copy_isimple_to_esimple() 125 external_object->buffer.pointer = data_space; in acpi_ut_copy_isimple_to_esimple() 131 memcpy((void *)data_space, in acpi_ut_copy_isimple_to_esimple() 78 acpi_ut_copy_isimple_to_esimple(union acpi_operand_object *internal_object, union acpi_object *external_object, u8 *data_space, acpi_size *buffer_space_used) acpi_ut_copy_isimple_to_esimple() argument
|
H A D | acutils.h | 262 u8 *data_space, u32 *buffer_space_used);
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_fsms.c | 1219 __u32 data_space; in ctcmpc_chx_txdone() local 1270 data_space = grp->group_max_buflen - TH_HEADER_LENGTH; in ctcmpc_chx_txdone() 1273 " data_space:%04x\n", in ctcmpc_chx_txdone() 1274 __func__, data_space); in ctcmpc_chx_txdone() 1293 data_space -= skb->len; in ctcmpc_chx_txdone() 1299 if (peekskb->len > data_space) in ctcmpc_chx_txdone()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_fsms.c | 1219 __u32 data_space; in ctcmpc_chx_txdone() local 1270 data_space = grp->group_max_buflen - TH_HEADER_LENGTH; in ctcmpc_chx_txdone() 1273 " data_space:%04x\n", in ctcmpc_chx_txdone() 1274 __func__, data_space); in ctcmpc_chx_txdone() 1293 data_space -= skb->len; in ctcmpc_chx_txdone() 1299 if (peekskb->len > data_space) in ctcmpc_chx_txdone()
|
Completed in 8 milliseconds