Home
last modified time | relevance | path

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

123

/linux-6.15/drivers/rpmsg/
H A Dqcom_glink_native.c757 intent = kzalloc(sizeof(*intent), GFP_KERNEL); in qcom_glink_alloc_intent()
758 if (!intent) in qcom_glink_alloc_intent()
861 if (intent) in qcom_glink_handle_intent_req()
948 intent = kzalloc(sizeof(*intent), GFP_ATOMIC); in qcom_glink_rx_data()
981 if (intent->size - intent->offset < chunk_size) { in qcom_glink_rx_data()
988 qcom_glink_rx_peek(glink, intent->data + intent->offset, in qcom_glink_rx_data()
1073 intent = kzalloc(sizeof(*intent), GFP_ATOMIC); in qcom_glink_handle_intent()
1074 if (!intent) in qcom_glink_handle_intent()
1082 intent->id, intent->id + 1, GFP_ATOMIC); in qcom_glink_handle_intent()
1493 if (intent) in __qcom_glink_send()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_refcount_item.c341 struct xfs_log_item *intent, in xfs_refcount_update_create_done() argument
344 struct xfs_cui_log_item *cuip = CUI_ITEM(intent); in xfs_refcount_update_create_done()
434 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() argument
436 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent()
562 struct xfs_log_item *intent, in xfs_refcount_relog_intent() argument
569 ASSERT(intent->li_type == XFS_LI_CUI || in xfs_refcount_relog_intent()
570 intent->li_type == XFS_LI_CUI_RT); in xfs_refcount_relog_intent()
572 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_refcount_relog_intent()
573 pmap = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_refcount_relog_intent()
575 cuip = xfs_cui_init(tp->t_mountp, intent->li_type, count); in xfs_refcount_relog_intent()
H A Dxfs_rmap_item.c366 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument
369 struct xfs_rui_log_item *ruip = RUI_ITEM(intent); in xfs_rmap_update_create_done()
453 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument
455 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent()
615 struct xfs_log_item *intent, in xfs_rmap_relog_intent() argument
622 ASSERT(intent->li_type == XFS_LI_RUI || in xfs_rmap_relog_intent()
623 intent->li_type == XFS_LI_RUI_RT); in xfs_rmap_relog_intent()
625 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rmap_relog_intent()
626 map = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rmap_relog_intent()
628 ruip = xfs_rui_init(tp->t_mountp, intent->li_type, count); in xfs_rmap_relog_intent()
H A Dxfs_bmap_item.c306 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument
309 struct xfs_bui_log_item *buip = BUI_ITEM(intent); in xfs_bmap_update_create_done()
404 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument
406 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent()
568 struct xfs_log_item *intent, in xfs_bmap_relog_intent() argument
575 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bmap_relog_intent()
576 map = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bmap_relog_intent()
H A Dxfs_extfree_item.c447 struct xfs_log_item *intent, in xfs_extent_free_create_done() argument
450 struct xfs_efi_log_item *efip = EFI_ITEM(intent); in xfs_extent_free_create_done()
558 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() argument
560 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent()
694 struct xfs_log_item *intent, in xfs_extent_free_relog_intent() argument
702 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_extent_free_relog_intent()
703 extp = EFI_ITEM(intent)->efi_format.efi_extents; in xfs_extent_free_relog_intent()
705 ASSERT(intent->li_type == XFS_LI_EFI || intent->li_type == XFS_LI_EFI_RT); in xfs_extent_free_relog_intent()
710 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()
H A Dxfs_attr_item.c517 struct xfs_log_item *intent) in xfs_attr_abort_intent() argument
519 xfs_attri_release(ATTRI_ITEM(intent)); in xfs_attr_abort_intent()
811 struct xfs_log_item *intent, in xfs_attr_relog_intent() argument
819 old_attrip = ATTRI_ITEM(intent); in xfs_attr_relog_intent()
853 struct xfs_log_item *intent, in xfs_attr_create_done() argument
859 attrip = ATTRI_ITEM(intent); in xfs_attr_create_done()
/linux-6.15/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,
/linux-6.15/fs/bcachefs/
H A Dbtree_iter.h21 static inline void __btree_path_get(struct btree_trans *trans, struct btree_path *path, bool intent) in __btree_path_get() argument
33 path->intent_ref += intent; in __btree_path_get()
37 static inline bool __btree_path_put(struct btree_trans *trans, struct btree_path *path, bool intent) in __btree_path_put() argument
42 EBUG_ON(!path->intent_ref && intent); in __btree_path_put()
45 path->intent_ref -= intent; in __btree_path_put()
210 btree_path_idx_t path, bool intent, in bch2_btree_path_make_mut() argument
215 path = __bch2_btree_path_make_mut(trans, path, intent, ip); in bch2_btree_path_make_mut()
227 bool intent, unsigned long ip) in bch2_btree_path_set_pos() argument
230 ? __bch2_btree_path_set_pos(trans, path, new_pos, intent, ip) in bch2_btree_path_set_pos()
H A Dbtree_iter.c1246 bool intent, unsigned long ip) in btree_path_clone() argument
1250 __btree_path_get(trans, trans->paths + new, intent); in btree_path_clone()
1259 btree_path_idx_t path, bool intent, unsigned long ip) in __bch2_btree_path_make_mut() argument
1262 __btree_path_put(trans, trans->paths + path, intent); in __bch2_btree_path_make_mut()
1263 path = btree_path_clone(trans, path, intent, ip); in __bch2_btree_path_make_mut()
1272 bool intent, unsigned long ip) in __bch2_btree_path_set_pos() argument
1390 if (!__btree_path_put(trans, path, intent)) in bch2_path_put()
1421 bool intent) in bch2_path_put_nokeep() argument
1423 if (!__btree_path_put(trans, trans->paths + path, intent)) in bch2_path_put_nokeep()
1729 bool intent = flags & BTREE_ITER_intent; in bch2_path_get() local
[all …]
H A Dsix.h368 __SIX_LOCK(intent)
/linux-6.15/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-6.15/Documentation/security/
H A Dlsm-development.rst6 a new LSM is accepted into the kernel when its intent (a description of
/linux-6.15/drivers/net/
H A DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
/linux-6.15/drivers/net/ethernet/myricom/
H A DKconfig43 is used, with the intent of lessening the impact of cache misses.
/linux-6.15/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-rpm-edge.yaml57 - description: size of each intent to preallocate
/linux-6.15/Documentation/admin-guide/cifs/
H A Dintroduction.rst24 The intent of this module is to provide the most advanced network
/linux-6.15/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-6.15/drivers/mtd/spi-nor/
H A DKconfig40 Don't use this if you intent to use the software write protection
/linux-6.15/Documentation/networking/pse-pd/
H A Dintroduction.rst71 'PD' to PoDL PD. The key intent is to provide devices with a unified interface
/linux-6.15/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,apr.yaml70 - description: size of each intent to preallocate
/linux-6.15/Documentation/driver-api/md/
H A Draid5-ppl.rst23 the array. Because of this, using write-intent bitmap and PPL together is not
/linux-6.15/Documentation/nvme/
H A Dfeature-and-quirk-policy.rst64 implementation bugs. The intent of quirks is to deal with widely available
/linux-6.15/Documentation/devicetree/bindings/reset/
H A Dreset.txt27 block node for dedicated reset signals. The intent of this binding is to give
/linux-6.15/fs/
H A Dinternal.h182 int intent; member

123