| /linux/drivers/rpmsg/ |
| A D | qcom_glink_native.c | 688 intent = kzalloc(sizeof(*intent), GFP_KERNEL); in qcom_glink_alloc_intent() 689 if (!intent) in qcom_glink_alloc_intent() 778 if (intent) in qcom_glink_handle_intent_req() 857 intent = kzalloc(sizeof(*intent), GFP_ATOMIC); in qcom_glink_rx_data() 892 if (intent->size - intent->offset < chunk_size) { in qcom_glink_rx_data() 899 qcom_glink_rx_peak(glink, intent->data + intent->offset, in qcom_glink_rx_data() 969 intent = kzalloc(sizeof(*intent), GFP_ATOMIC); in qcom_glink_handle_intent() 970 if (!intent) in qcom_glink_handle_intent() 978 intent->id, intent->id + 1, GFP_ATOMIC); in qcom_glink_handle_intent() 1320 if (intent) in __qcom_glink_send() [all …]
|
| /linux/fs/xfs/ |
| A D | xfs_bmap_item.c | 355 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()
|
| A D | xfs_refcount_item.c | 355 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()
|
| A D | xfs_rmap_item.c | 407 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()
|
| A D | xfs_extfree_item.c | 463 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() 498 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() argument 500 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent() 665 struct xfs_log_item *intent, in xfs_efi_item_relog() argument 673 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_efi_item_relog() 674 extp = EFI_ITEM(intent)->efi_format.efi_extents; in xfs_efi_item_relog() 677 efdp = xfs_trans_get_efd(tp, EFI_ITEM(intent), count); in xfs_efi_item_relog()
|
| A D | xfs_trans.h | 78 struct xfs_log_item *(*iop_relog)(struct xfs_log_item *intent,
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_defer.h | 50 void (*abort_intent)(struct xfs_log_item *intent); 52 struct xfs_log_item *intent, unsigned int count);
|
| /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/drivers/staging/r8188eu/core/ |
| A D | rtw_p2p.c | 1125 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 1127 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req() 1136 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 1265 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 1267 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp() 1279 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 1391 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm() 1393 } else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_confirm() 1854 pwdinfo->intent = 1; in init_wifidirect_info() 1859 pwdinfo->intent = 1; in init_wifidirect_info() [all …]
|
| /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/fs/ |
| A D | internal.h | 119 int intent; member
|
| A D | open.c | 1103 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags() 1106 op->intent |= LOOKUP_CREATE; in build_open_flags() 1108 op->intent |= LOOKUP_EXCL; in build_open_flags()
|
| /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/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/devicetree/bindings/reset/ |
| A D | reset.txt | 27 block node for dedicated reset signals. The intent of this binding is to give
|
| /linux/Documentation/fb/ |
| A D | intelfb.rst | 47 framebuffer memory. The intent is to avoid the memory blocks
|
| /linux/Documentation/process/ |
| A D | kernel-enforcement-statement.rst | 40 Our intent in providing these assurances is to encourage more use of the
|
| /linux/drivers/net/ethernet/intel/ |
| A D | Kconfig | 124 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/drivers/staging/r8188eu/os_dep/ |
| A D | ioctl_linux.c | 2378 u8 intent = pwdinfo->intent; in rtw_p2p_set_intent() local 2382 intent = extra[0] - '0'; in rtw_p2p_set_intent() 2385 intent = str_2char2num(extra[0], extra[1]); in rtw_p2p_set_intent() 2388 if (intent <= 15) in rtw_p2p_set_intent() 2389 pwdinfo->intent = intent; in rtw_p2p_set_intent() 2392 DBG_88E("[%s] intent = %d\n", __func__, intent); in rtw_p2p_set_intent()
|
| /linux/drivers/staging/r8188eu/include/ |
| A D | rtw_mlme.h | 216 u8 intent; /* should only include the intent value. */ member
|
| /linux/Documentation/admin-guide/ |
| A D | md.rst | 351 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
|