Home
last modified time | relevance | path

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

123

/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/
H A Dxfs_refcount_item.c351 struct xfs_log_item *intent, in xfs_refcount_update_create_done() argument
354 struct xfs_cui_log_item *cuip = CUI_ITEM(intent); in xfs_refcount_update_create_done()
444 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() argument
446 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent()
572 struct xfs_log_item *intent, in xfs_refcount_relog_intent() argument
579 ASSERT(intent->li_type == XFS_LI_CUI || in xfs_refcount_relog_intent()
580 intent->li_type == XFS_LI_CUI_RT); in xfs_refcount_relog_intent()
582 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_refcount_relog_intent()
583 pmap = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_refcount_relog_intent()
585 cuip = xfs_cui_init(tp->t_mountp, intent->li_type, count); in xfs_refcount_relog_intent()
H A Dxfs_rmap_item.c376 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument
379 struct xfs_rui_log_item *ruip = RUI_ITEM(intent); in xfs_rmap_update_create_done()
463 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument
465 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent()
625 struct xfs_log_item *intent, in xfs_rmap_relog_intent() argument
632 ASSERT(intent->li_type == XFS_LI_RUI || in xfs_rmap_relog_intent()
633 intent->li_type == XFS_LI_RUI_RT); in xfs_rmap_relog_intent()
635 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rmap_relog_intent()
636 map = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rmap_relog_intent()
638 ruip = xfs_rui_init(tp->t_mountp, intent->li_type, count); in xfs_rmap_relog_intent()
H A Dxfs_bmap_item.c316 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument
319 struct xfs_bui_log_item *buip = BUI_ITEM(intent); in xfs_bmap_update_create_done()
414 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument
416 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent()
578 struct xfs_log_item *intent, in xfs_bmap_relog_intent() argument
585 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bmap_relog_intent()
586 map = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bmap_relog_intent()
H A Dxfs_extfree_item.c460 struct xfs_log_item *intent, in xfs_extent_free_create_done() argument
463 struct xfs_efi_log_item *efip = EFI_ITEM(intent); in xfs_extent_free_create_done()
571 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() argument
573 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent()
707 struct xfs_log_item *intent, in xfs_extent_free_relog_intent() argument
715 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_extent_free_relog_intent()
716 extp = EFI_ITEM(intent)->efi_format.efi_extents; in xfs_extent_free_relog_intent()
718 ASSERT(intent->li_type == XFS_LI_EFI || intent->li_type == XFS_LI_EFI_RT); in xfs_extent_free_relog_intent()
723 efip = xfs_efi_init(tp->t_mountp, intent->li_type, count); in xfs_extent_free_relog_intent()
H A Dxfs_exchmaps_item.c250 struct xfs_log_item *intent, in xfs_exchmaps_create_done() argument
253 struct xfs_xmi_log_item *xmi_lip = XMI_ITEM(intent); in xfs_exchmaps_create_done()
321 struct xfs_log_item *intent) in xfs_exchmaps_abort_intent() argument
323 xfs_xmi_release(XMI_ITEM(intent)); in xfs_exchmaps_abort_intent()
488 struct xfs_log_item *intent, in xfs_exchmaps_relog_intent() argument
494 old_xlf = &XMI_ITEM(intent)->xmi_format; in xfs_exchmaps_relog_intent()
/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/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/fs/
H A Dinternal.h187 int intent; member
/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/drivers/md/
H A DKconfig45 If you say Y here, support for the write intent bitmap will be
59 If you say Y here, support for the lockless write intent bitmap will
85 If you say Y here, support for write intent bitmaps in files on an

123