Searched refs:data_space (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | utcopy.c | 56 u8 * data_space, acpi_size * buffer_space_used); 97 * data_space - Where object data is returned (such as 99 * buffer_space_used - Length of data_space that was used 106 * The data_space buffer is assumed to have sufficient space for 114 u8 * data_space, acpi_size * buffer_space_used) acpi_ut_copy_isimple_to_esimple() 145 external_object->string.pointer = (char *)data_space; acpi_ut_copy_isimple_to_esimple() 152 memcpy((void *)data_space, acpi_ut_copy_isimple_to_esimple() 159 external_object->buffer.pointer = data_space; acpi_ut_copy_isimple_to_esimple() 165 memcpy((void *)data_space, acpi_ut_copy_isimple_to_esimple() 112 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 | 225 u8 *data_space, u32 *buffer_space_used);
|
/linux-4.4.14/drivers/s390/net/ |
H A D | ctcm_fsms.c | 1224 __u32 data_space; ctcmpc_chx_txdone() local 1275 data_space = grp->group_max_buflen - TH_HEADER_LENGTH; ctcmpc_chx_txdone() 1278 " data_space:%04x\n", ctcmpc_chx_txdone() 1279 __func__, data_space); ctcmpc_chx_txdone() 1298 data_space -= skb->len; ctcmpc_chx_txdone() 1304 if (peekskb->len > data_space) ctcmpc_chx_txdone()
|
Completed in 112 milliseconds