Home
last modified time | relevance | path

Searched refs:intent (Results 1 – 25 of 66) 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.c349 struct xfs_log_item *intent, in xfs_refcount_update_create_done() argument
352 struct xfs_cui_log_item *cuip = CUI_ITEM(intent); in xfs_refcount_update_create_done()
442 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() argument
444 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent()
570 struct xfs_log_item *intent, in xfs_refcount_relog_intent() argument
577 ASSERT(intent->li_type == XFS_LI_CUI || in xfs_refcount_relog_intent()
578 intent->li_type == XFS_LI_CUI_RT); in xfs_refcount_relog_intent()
580 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_refcount_relog_intent()
581 pmap = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_refcount_relog_intent()
583 cuip = xfs_cui_init(tp->t_mountp, intent->li_type, count); in xfs_refcount_relog_intent()
H A Dxfs_rmap_item.c374 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument
377 struct xfs_rui_log_item *ruip = RUI_ITEM(intent); in xfs_rmap_update_create_done()
461 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument
463 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent()
623 struct xfs_log_item *intent, in xfs_rmap_relog_intent() argument
630 ASSERT(intent->li_type == XFS_LI_RUI || in xfs_rmap_relog_intent()
631 intent->li_type == XFS_LI_RUI_RT); in xfs_rmap_relog_intent()
633 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rmap_relog_intent()
634 map = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rmap_relog_intent()
636 ruip = xfs_rui_init(tp->t_mountp, intent->li_type, count); in xfs_rmap_relog_intent()
H A Dxfs_exchmaps_item.c247 struct xfs_log_item *intent, in xfs_exchmaps_create_done() argument
250 struct xfs_xmi_log_item *xmi_lip = XMI_ITEM(intent); in xfs_exchmaps_create_done()
318 struct xfs_log_item *intent) in xfs_exchmaps_abort_intent() argument
320 xfs_xmi_release(XMI_ITEM(intent)); in xfs_exchmaps_abort_intent()
485 struct xfs_log_item *intent, in xfs_exchmaps_relog_intent() argument
491 old_xlf = &XMI_ITEM(intent)->xmi_format; in xfs_exchmaps_relog_intent()
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_extfree_item.c458 struct xfs_log_item *intent, in xfs_extent_free_create_done() argument
461 struct xfs_efi_log_item *efip = EFI_ITEM(intent); in xfs_extent_free_create_done()
569 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() argument
571 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent()
705 struct xfs_log_item *intent, in xfs_extent_free_relog_intent() argument
713 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_extent_free_relog_intent()
714 extp = EFI_ITEM(intent)->efi_format.efi_extents; in xfs_extent_free_relog_intent()
716 ASSERT(intent->li_type == XFS_LI_EFI || intent->li_type == XFS_LI_EFI_RT); in xfs_extent_free_relog_intent()
721 efip = xfs_efi_init(tp->t_mountp, intent->li_type, count); in xfs_extent_free_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/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/driver-api/md/
H A Draid5-ppl.rst23 the array. Because of this, using write-intent bitmap and PPL together is not
/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/nvme/
H A Dfeature-and-quirk-policy.rst64 implementation bugs. The intent of quirks is to deal with widely available
/linux/fs/
H A Dopen.c1270 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
1273 op->intent |= LOOKUP_CREATE; in build_open_flags()
1275 op->intent |= LOOKUP_EXCL; in build_open_flags()
H A Dinternal.h190 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/Documentation/admin-guide/
H A Dmd.rst372 Resync assisted by a write-intent bitmap.
409 This indicates where the write-intent bitmap for the array is
686 user, and the write-intent bitmap is NOT used to
727 If the array has a write-intent bitmap, then writing to this

123