Searched refs:intent (Results 1 – 8 of 8) sorted by relevance
| /drivers/rpmsg/ |
| A D | qcom_glink_native.c | 757 intent = kzalloc(sizeof(*intent), GFP_KERNEL); in qcom_glink_alloc_intent() 758 if (!intent) in qcom_glink_alloc_intent() 861 if (intent) in qcom_glink_handle_intent_req() 948 intent = kzalloc(sizeof(*intent), GFP_ATOMIC); in qcom_glink_rx_data() 981 if (intent->size - intent->offset < chunk_size) { in qcom_glink_rx_data() 988 qcom_glink_rx_peek(glink, intent->data + intent->offset, in qcom_glink_rx_data() 1073 intent = kzalloc(sizeof(*intent), GFP_ATOMIC); in qcom_glink_handle_intent() 1074 if (!intent) in qcom_glink_handle_intent() 1082 intent->id, intent->id + 1, GFP_ATOMIC); in qcom_glink_handle_intent() 1493 if (intent) in __qcom_glink_send() [all …]
|
| /drivers/net/ |
| A D | LICENSE.SRC | 12 intent in sharing this software is to promote the productive interchange
|
| /drivers/net/ethernet/myricom/ |
| A D | Kconfig | 43 is used, with the intent of lessening the impact of cache misses.
|
| /drivers/mtd/spi-nor/ |
| A D | Kconfig | 40 Don't use this if you intent to use the software write protection
|
| /drivers/net/ethernet/intel/ |
| A D | Kconfig | 127 is used, with the intent of lessening the impact of cache misses. 181 is used, with the intent of lessening the impact of cache misses.
|
| /drivers/block/drbd/ |
| A D | drbd_actlog.c | 82 void *drbd_md_get_buffer(struct drbd_device *device, const char *intent) in drbd_md_get_buffer() argument 93 device->md_io.current_use = intent; in drbd_md_get_buffer()
|
| A D | drbd_int.h | 1417 extern void *drbd_md_get_buffer(struct drbd_device *device, const char *intent);
|
| /drivers/md/ |
| A D | Kconfig | 58 If you say Y here, support for write intent bitmaps in files on an
|
Completed in 24 milliseconds