Home
last modified time | relevance | path

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

123

/Linux-v5.15/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.15/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()
579 struct xfs_log_item *intent, in xfs_cui_item_relog() argument
587 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_cui_item_relog()
588 extp = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_cui_item_relog()
591 cudp = xfs_trans_get_cud(tp, CUI_ITEM(intent)); in xfs_cui_item_relog()
Dxfs_bmap_item.c355 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument
358 return &xfs_trans_get_bud(tp, BUI_ITEM(intent))->bud_item; in xfs_bmap_update_create_done()
394 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument
396 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent()
563 struct xfs_log_item *intent, in xfs_bui_item_relog() argument
571 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bui_item_relog()
572 extp = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bui_item_relog()
575 budp = xfs_trans_get_bud(tp, BUI_ITEM(intent)); in xfs_bui_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()
609 struct xfs_log_item *intent, in xfs_rui_item_relog() argument
617 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rui_item_relog()
618 extp = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rui_item_relog()
621 rudp = xfs_trans_get_rud(tp, RUI_ITEM(intent)); in xfs_rui_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()
658 struct xfs_log_item *intent, in xfs_efi_item_relog() argument
666 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_efi_item_relog()
667 extp = EFI_ITEM(intent)->efi_format.efi_extents; in xfs_efi_item_relog()
670 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.15/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.15/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.15/drivers/staging/r8188eu/core/
Drtw_p2p.c1134 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()
1136 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req()
1145 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req()
1274 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()
1276 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp()
1288 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp()
1400 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()
1402 } else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm()
1865 pwdinfo->intent = 1; in init_wifidirect_info()
1870 pwdinfo->intent = 1; in init_wifidirect_info()
[all …]
/Linux-v5.15/Documentation/security/
Dlsm-development.rst6 a new LSM is accepted into the kernel when its intent (a description of
/Linux-v5.15/drivers/net/
DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
/Linux-v5.15/drivers/net/ethernet/myricom/
DKconfig43 is used, with the intent of lessening the impact of cache misses.
/Linux-v5.15/fs/
Dinternal.h130 int intent; member
Dopen.c1091 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
1094 op->intent |= LOOKUP_CREATE; in build_open_flags()
1096 op->intent |= LOOKUP_EXCL; in build_open_flags()
/Linux-v5.15/Documentation/admin-guide/cifs/
Dintroduction.rst24 The intent of this module is to provide the most advanced network
/Linux-v5.15/drivers/mtd/spi-nor/
DKconfig40 Don't use this if you intent to use the software write protection
/Linux-v5.15/Documentation/networking/device_drivers/atm/
Dfore200e.rst14 The intent is to enable the use of different models of FORE adapters at the
/Linux-v5.15/Documentation/driver-api/md/
Draid5-ppl.rst23 the array. Because of this, using write-intent bitmap and PPL together is not
/Linux-v5.15/Documentation/devicetree/bindings/reset/
Dreset.txt27 block node for dedicated reset signals. The intent of this binding is to give
/Linux-v5.15/Documentation/fb/
Dintelfb.rst47 framebuffer memory. The intent is to avoid the memory blocks
/Linux-v5.15/Documentation/process/
Dkernel-enforcement-statement.rst40 Our intent in providing these assurances is to encourage more use of the
/Linux-v5.15/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.15/drivers/staging/r8188eu/include/
Drtw_mlme.h216 u8 intent; /* should only include the intent value. */ member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme.h222 u8 intent; /* should only include the intent value. */ member
/Linux-v5.15/Documentation/input/devices/
Dntrig.rst109 the initial activation filter is satisfied. The intent is to provide

123