Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/rpmsg/
Dqcom_glink_native.c244 struct glink_core_rx_intent *intent; in qcom_glink_channel_release() local
254 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_channel_release()
255 if (!intent->reuse) { in qcom_glink_channel_release()
256 kfree(intent->data); in qcom_glink_channel_release()
257 kfree(intent); in qcom_glink_channel_release()
478 struct glink_core_rx_intent *intent, *tmp; in qcom_glink_rx_done_work() local
491 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_rx_done_work()
492 list_del(&intent->node); in qcom_glink_rx_done_work()
494 iid = intent->id; in qcom_glink_rx_done_work()
495 reuse = intent->reuse; in qcom_glink_rx_done_work()
[all …]
/Linux-v5.10/fs/xfs/
Dxfs_refcount_item.c355 struct xfs_log_item *intent, in xfs_refcount_update_create_done() argument
358 return &xfs_trans_get_cud(tp, CUI_ITEM(intent))->cud_item; in xfs_refcount_update_create_done()
394 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() argument
396 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent()
566 struct xfs_log_item *intent, in xfs_cui_item_relog() argument
574 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_cui_item_relog()
575 extp = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_cui_item_relog()
578 cudp = xfs_trans_get_cud(tp, CUI_ITEM(intent)); in xfs_cui_item_relog()
Dxfs_rmap_item.c407 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument
410 return &xfs_trans_get_rud(tp, RUI_ITEM(intent))->rud_item; in xfs_rmap_update_create_done()
437 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument
439 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent()
589 struct xfs_log_item *intent, in xfs_rui_item_relog() argument
597 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rui_item_relog()
598 extp = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rui_item_relog()
601 rudp = xfs_trans_get_rud(tp, RUI_ITEM(intent)); in xfs_rui_item_relog()
Dxfs_bmap_item.c356 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument
359 return &xfs_trans_get_bud(tp, BUI_ITEM(intent))->bud_item; in xfs_bmap_update_create_done()
395 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument
397 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent()
548 struct xfs_log_item *intent, in xfs_bui_item_relog() argument
556 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bui_item_relog()
557 extp = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bui_item_relog()
560 budp = xfs_trans_get_bud(tp, BUI_ITEM(intent)); in xfs_bui_item_relog()
Dxfs_extfree_item.c463 struct xfs_log_item *intent, in xfs_extent_free_create_done() argument
466 return &xfs_trans_get_efd(tp, EFI_ITEM(intent), count)->efd_item; in xfs_extent_free_create_done()
492 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() argument
494 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent()
648 struct xfs_log_item *intent, in xfs_efi_item_relog() argument
656 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_efi_item_relog()
657 extp = EFI_ITEM(intent)->efi_format.efi_extents; in xfs_efi_item_relog()
660 efdp = xfs_trans_get_efd(tp, EFI_ITEM(intent), count); in xfs_efi_item_relog()
Dxfs_trans.h78 struct xfs_log_item *(*iop_relog)(struct xfs_log_item *intent,
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_defer.h50 void (*abort_intent)(struct xfs_log_item *intent);
52 struct xfs_log_item *intent, unsigned int count);
/Linux-v5.10/Documentation/ABI/testing/
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-v5.10/Documentation/security/
Dlsm-development.rst6 a new LSM is accepted into the kernel when its intent (a description of
/Linux-v5.10/drivers/net/
DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
/Linux-v5.10/drivers/net/ethernet/myricom/
DKconfig43 is used, with the intent of lessening the impact of cache misses.
/Linux-v5.10/fs/
Dinternal.h127 int intent; member
Dopen.c1065 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
1068 op->intent |= LOOKUP_CREATE; in build_open_flags()
1070 op->intent |= LOOKUP_EXCL; in build_open_flags()
/Linux-v5.10/Documentation/admin-guide/cifs/
Dintroduction.rst24 The intent of this module is to provide the most advanced network
/Linux-v5.10/Documentation/networking/device_drivers/atm/
Dfore200e.rst14 The intent is to enable the use of different models of FORE adapters at the
/Linux-v5.10/Documentation/driver-api/md/
Draid5-ppl.rst23 the array. Because of this, using write-intent bitmap and PPL together is not
/Linux-v5.10/Documentation/devicetree/bindings/reset/
Dreset.txt27 block node for dedicated reset signals. The intent of this binding is to give
/Linux-v5.10/Documentation/fb/
Dintelfb.rst47 framebuffer memory. The intent is to avoid the memory blocks
/Linux-v5.10/Documentation/process/
Dkernel-enforcement-statement.rst40 Our intent in providing these assurances is to encourage more use of the
/Linux-v5.10/drivers/net/ethernet/intel/
DKconfig124 is used, with the intent of lessening the impact of cache misses.
193 is used, with the intent of lessening the impact of cache misses.
/Linux-v5.10/Documentation/input/devices/
Dntrig.rst109 the initial activation filter is satisfied. The intent is to provide
/Linux-v5.10/drivers/block/drbd/
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-v5.10/Documentation/admin-guide/
Dmd.rst351 This indicates where the write-intent bitmap for the array is
416 Resync assisted by a write-intent bitmap.
640 user, and the write-intent bitmap is NOT used to
681 If the array has a write-intent bitmap, then writing to this
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_mlme.h244 u8 intent; /* should only include the intent value. */ member
/Linux-v5.10/Documentation/devicetree/bindings/gpio/
Dnvidia,tegra186-gpio.txt56 interrupt signals generated by a set-of-ports. The intent is for each generated

123