| /linux/drivers/rpmsg/ |
| A D | qcom_glink_native.c | 757 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() 1492 if (intent) in __qcom_glink_send() [all …]
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_defer.h | 54 void (*abort_intent)(struct xfs_log_item *intent); 56 struct xfs_log_item *intent, unsigned int count); 65 struct xfs_log_item *intent,
|
| /linux/fs/xfs/ |
| A D | xfs_refcount_item.c | 308 struct xfs_log_item *intent, in xfs_refcount_update_create_done() argument 311 struct xfs_cui_log_item *cuip = CUI_ITEM(intent); in xfs_refcount_update_create_done() 391 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() argument 393 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent() 510 struct xfs_log_item *intent, in xfs_refcount_relog_intent() argument 517 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_refcount_relog_intent() 518 pmap = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_refcount_relog_intent()
|
| A D | xfs_rmap_item.c | 331 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument 334 struct xfs_rui_log_item *ruip = RUI_ITEM(intent); in xfs_rmap_update_create_done() 408 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument 410 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent() 561 struct xfs_log_item *intent, in xfs_rmap_relog_intent() argument 568 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rmap_relog_intent() 569 map = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rmap_relog_intent()
|
| A D | xfs_bmap_item.c | 306 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() 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()
|
| A D | xfs_exchmaps_item.c | 250 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()
|
| A D | xfs_extfree_item.c | 414 struct xfs_log_item *intent, in xfs_extent_free_create_done() argument 417 struct xfs_efi_log_item *efip = EFI_ITEM(intent); in xfs_extent_free_create_done() 518 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() argument 520 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent() 644 struct xfs_log_item *intent, in xfs_extent_free_relog_intent() argument 652 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_extent_free_relog_intent() 653 extp = EFI_ITEM(intent)->efi_format.efi_extents; in xfs_extent_free_relog_intent()
|
| A D | xfs_attr_item.c | 517 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/fs/bcachefs/ |
| A D | btree_iter.h | 22 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 41 EBUG_ON(!path->intent_ref && intent); in __btree_path_put() 44 path->intent_ref -= intent; in __btree_path_put() 209 btree_path_idx_t path, bool intent, in bch2_btree_path_make_mut() argument 214 path = __bch2_btree_path_make_mut(trans, path, intent, ip); in bch2_btree_path_make_mut() 226 bool intent, unsigned long ip) in bch2_btree_path_set_pos() argument 229 ? __bch2_btree_path_set_pos(trans, path, new_pos, intent, ip) in bch2_btree_path_set_pos()
|
| A D | btree_iter.c | 1240 bool intent, unsigned long ip) in btree_path_clone() argument 1244 __btree_path_get(trans, trans->paths + new, intent); in btree_path_clone() 1253 btree_path_idx_t path, bool intent, unsigned long ip) in __bch2_btree_path_make_mut() argument 1256 __btree_path_put(trans, trans->paths + path, intent); in __bch2_btree_path_make_mut() 1257 path = btree_path_clone(trans, path, intent, ip); in __bch2_btree_path_make_mut() 1266 bool intent, unsigned long ip) in __bch2_btree_path_set_pos() argument 1384 if (!__btree_path_put(trans, path, intent)) in bch2_path_put() 1415 bool intent) in bch2_path_put_nokeep() argument 1417 if (!__btree_path_put(trans, trans->paths + path, intent)) in bch2_path_put_nokeep() 1716 bool intent = flags & BTREE_ITER_intent; in bch2_path_get() local [all …]
|
| A D | six.h | 366 __SIX_LOCK(intent)
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-class-fpga-manager | 12 The intent is to provide enough detail that if something goes 44 error or incompatible bitstream image. The intent of this
|
| /linux/Documentation/security/ |
| A D | lsm-development.rst | 6 a new LSM is accepted into the kernel when its intent (a description of
|
| /linux/drivers/net/ |
| A D | LICENSE.SRC | 12 intent in sharing this software is to promote the productive interchange
|
| /linux/drivers/net/ethernet/myricom/ |
| A D | Kconfig | 43 is used, with the intent of lessening the impact of cache misses.
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| A D | qcom,glink-rpm-edge.yaml | 57 - description: size of each intent to preallocate
|
| /linux/Documentation/admin-guide/cifs/ |
| A D | introduction.rst | 24 The intent of this module is to provide the most advanced network
|
| /linux/drivers/mtd/spi-nor/ |
| A D | Kconfig | 40 Don't use this if you intent to use the software write protection
|
| /linux/Documentation/networking/device_drivers/atm/ |
| A D | fore200e.rst | 14 The intent is to enable the use of different models of FORE adapters at the
|
| /linux/Documentation/networking/pse-pd/ |
| A D | introduction.rst | 71 'PD' to PoDL PD. The key intent is to provide devices with a unified interface
|
| /linux/Documentation/driver-api/md/ |
| A D | raid5-ppl.rst | 23 the array. Because of this, using write-intent bitmap and PPL together is not
|
| /linux/Documentation/nvme/ |
| A D | feature-and-quirk-policy.rst | 64 implementation bugs. The intent of quirks is to deal with widely available
|
| /linux/Documentation/devicetree/bindings/reset/ |
| A D | reset.txt | 27 block node for dedicated reset signals. The intent of this binding is to give
|
| /linux/Documentation/devicetree/bindings/soc/qcom/ |
| A D | qcom,apr.yaml | 70 - description: size of each intent to preallocate
|
| /linux/fs/ |
| A D | internal.h | 179 int intent; member
|