Home
last modified time | relevance | path

Searched refs:intent (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/rpmsg/
H A Dqcom_glink_native.c264 struct glink_core_rx_intent *intent; in qcom_glink_channel_release() local
274 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_channel_release()
275 if (!intent->reuse) { in qcom_glink_channel_release()
276 kfree(intent->data); in qcom_glink_channel_release()
277 kfree(intent); in qcom_glink_channel_release()
559 struct glink_core_rx_intent *intent, *tmp; in qcom_glink_rx_done_work() local
572 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_rx_done_work()
573 list_del(&intent->node); in qcom_glink_rx_done_work()
575 iid = intent->id; in qcom_glink_rx_done_work()
576 reuse = intent->reuse; in qcom_glink_rx_done_work()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_defer.h54 void (*abort_intent)(struct xfs_log_item *intent);
56 struct xfs_log_item *intent, unsigned int count);
65 struct xfs_log_item *intent,
H A Dxfs_defer.c199 struct xfs_log_item *intent) in xfs_defer_barrier_abort_intent() argument
207 struct xfs_log_item *intent, in xfs_defer_barrier_create_done() argument
/linux/fs/xfs/
H A Dxfs_bmap_item.c314 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument
317 struct xfs_bui_log_item *buip = BUI_ITEM(intent); in xfs_bmap_update_create_done()
412 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument
414 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent()
576 struct xfs_log_item *intent, in xfs_bmap_relog_intent() argument
583 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bmap_relog_intent()
584 map = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bmap_relog_intent()
H A Dxfs_attr_item.c515 struct xfs_log_item *intent) in xfs_attr_abort_intent() argument
517 xfs_attri_release(ATTRI_ITEM(intent)); in xfs_attr_abort_intent()
805 struct xfs_log_item *intent, in xfs_attr_relog_intent() argument
813 old_attrip = ATTRI_ITEM(intent); in xfs_attr_relog_intent()
847 struct xfs_log_item *intent, in xfs_attr_create_done() argument
853 attrip = ATTRI_ITEM(intent); in xfs_attr_create_done()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-fpga-manager12 The intent is to provide enough detail that if something goes
44 error or incompatible bitstream image. The intent of this
/linux/Documentation/security/
H A Dlsm-development.rst6 a new LSM is accepted into the kernel when its intent (a description of
/linux/drivers/net/
H A DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
/linux/drivers/net/ethernet/myricom/
H A DKconfig43 is used, with the intent of lessening the impact of cache misses.
/linux/Documentation/admin-guide/cifs/
H A Dintroduction.rst24 The intent of this module is to provide the most advanced network
/linux/Documentation/networking/device_drivers/atm/
H A Dfore200e.rst14 The intent is to enable the use of different models of FORE adapters at the
/linux/drivers/mtd/spi-nor/
H A DKconfig40 Don't use this if you intent to use the software write protection
/linux/Documentation/networking/pse-pd/
H A Dintroduction.rst71 'PD' to PoDL PD. The key intent is to provide devices with a unified interface
/linux/Documentation/devicetree/bindings/reset/
H A Dreset.txt27 block node for dedicated reset signals. The intent of this binding is to give
/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst23 the array. Because of this, using write-intent bitmap and PPL together is not
/linux/Documentation/nvme/
H A Dfeature-and-quirk-policy.rst64 implementation bugs. The intent of quirks is to deal with widely available
/linux/Documentation/process/
H A Dkernel-enforcement-statement.rst40 Our intent in providing these assurances is to encourage more use of the
/linux/drivers/net/ethernet/intel/
H A DKconfig127 is used, with the intent of lessening the impact of cache misses.
182 is used, with the intent of lessening the impact of cache misses.
/linux/drivers/block/drbd/
H A Ddrbd_actlog.c82 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()
/linux/Documentation/input/devices/
H A Dntrig.rst109 the initial activation filter is satisfied. The intent is to provide
/linux/Documentation/fb/
H A Dintel810.rst124 framebuffer memory. The intent is to avoid the memory blocks
/linux/tools/usb/usbip/
H A DCOPYING124 Thus, it is not the intent of this section to claim rights or contest
125 your rights to work written entirely by you; rather, the intent is to
/linux/LICENSES/preferred/
H A DGPL-2.0143 Thus, it is not the intent of this section to claim rights or contest
144 your rights to work written entirely by you; rather, the intent is to
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst69 this flag, a process must first signal intent by setting a socket option:
/linux/Documentation/block/
H A Ddata-integrity.rst113 intent is to move the integrity metadata calculation to userspace for

12