Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/rpmsg/
Dqcom_glink_native.c457 struct glink_core_rx_intent *intent, *tmp; in qcom_glink_rx_done_work() local
470 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_rx_done_work()
471 list_del(&intent->node); in qcom_glink_rx_done_work()
473 iid = intent->id; in qcom_glink_rx_done_work()
474 reuse = intent->reuse; in qcom_glink_rx_done_work()
482 kfree(intent->data); in qcom_glink_rx_done_work()
483 kfree(intent); in qcom_glink_rx_done_work()
492 struct glink_core_rx_intent *intent) in qcom_glink_rx_done() argument
496 kfree(intent->data); in qcom_glink_rx_done()
497 kfree(intent); in qcom_glink_rx_done()
[all …]
/Linux-v5.4/fs/xfs/
Dxfs_bmap_item.c329 void *intent, in xfs_bmap_update_log_item() argument
332 struct xfs_bui_log_item *buip = intent; in xfs_bmap_update_log_item()
362 void *intent, in xfs_bmap_update_create_done() argument
365 return xfs_trans_get_bud(tp, intent); in xfs_bmap_update_create_done()
401 void *intent) in xfs_bmap_update_abort_intent() argument
403 xfs_bui_release(intent); in xfs_bmap_update_abort_intent()
Dxfs_refcount_item.c331 void *intent, in xfs_refcount_update_log_item() argument
334 struct xfs_cui_log_item *cuip = intent; in xfs_refcount_update_log_item()
361 void *intent, in xfs_refcount_update_create_done() argument
364 return xfs_trans_get_cud(tp, intent); in xfs_refcount_update_create_done()
414 void *intent) in xfs_refcount_update_abort_intent() argument
416 xfs_cui_release(intent); in xfs_refcount_update_abort_intent()
Dxfs_rmap_item.c378 void *intent, in xfs_rmap_update_log_item() argument
381 struct xfs_rui_log_item *ruip = intent; in xfs_rmap_update_log_item()
411 void *intent, in xfs_rmap_update_create_done() argument
414 return xfs_trans_get_rud(tp, intent); in xfs_rmap_update_create_done()
456 void *intent) in xfs_rmap_update_abort_intent() argument
458 xfs_rui_release(intent); in xfs_rmap_update_abort_intent()
Dxfs_extfree_item.c439 void *intent, in xfs_extent_free_log_item() argument
442 struct xfs_efi_log_item *efip = intent; in xfs_extent_free_log_item()
468 void *intent, in xfs_extent_free_create_done() argument
471 return xfs_trans_get_efd(tp, intent, count); in xfs_extent_free_create_done()
497 void *intent) in xfs_extent_free_abort_intent() argument
499 xfs_efi_release(intent); in xfs_extent_free_abort_intent()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-fpga-manager12 The intent is to provide enough detail that if something goes
45 error or incompatible bitstream image. The intent of this
/Linux-v5.4/Documentation/security/
Dlsm-development.rst6 a new LSM is accepted into the kernel when its intent (a description of
/Linux-v5.4/drivers/net/
DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
/Linux-v5.4/drivers/net/ethernet/myricom/
DKconfig43 is used, with the intent of lessening the impact of cache misses.
/Linux-v5.4/fs/
Dinternal.h120 int intent; member
Dopen.c1013 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
1016 op->intent |= LOOKUP_CREATE; in build_open_flags()
1018 op->intent |= LOOKUP_EXCL; in build_open_flags()
/Linux-v5.4/Documentation/admin-guide/cifs/
Dintroduction.rst24 The intent of this module is to provide the most advanced network
/Linux-v5.4/Documentation/networking/
Dfore200e.txt12 The intent is to enable the use of different models of FORE adapters at the
/Linux-v5.4/Documentation/driver-api/md/
Draid5-ppl.rst23 the array. Because of this, using write-intent bitmap and PPL together is not
/Linux-v5.4/Documentation/devicetree/bindings/reset/
Dreset.txt27 block node for dedicated reset signals. The intent of this binding is to give
/Linux-v5.4/Documentation/fb/
Dintelfb.rst47 framebuffer memory. The intent is to avoid the memory blocks
/Linux-v5.4/Documentation/process/
Dkernel-enforcement-statement.rst40 Our intent in providing these assurances is to encourage more use of the
/Linux-v5.4/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.4/Documentation/admin-guide/
Dmd.rst351 This indicates where the write-intent bitmap for the array is
416 Resync assisted by a write-intent bitmap.
636 user, and the write-intent bitmap is NOT used to
677 If the array has a write-intent bitmap, then writing to this
/Linux-v5.4/Documentation/input/devices/
Dntrig.rst109 the initial activation filter is satisfied. The intent is to provide
/Linux-v5.4/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.4/drivers/staging/rtl8723bs/include/
Drtw_mlme.h245 u8 intent; /* should only include the intent value. */ member
/Linux-v5.4/Documentation/devicetree/bindings/gpio/
Dnvidia,tegra186-gpio.txt56 interrupt signals generated by a set-of-ports. The intent is for each generated
/Linux-v5.4/Documentation/networking/device_drivers/qlogic/
DLICENSE.qlcnic134 Thus, it is not the intent of this section to claim rights or contest
135 your rights to work written entirely by you; rather, the intent is to
DLICENSE.qlge134 Thus, it is not the intent of this section to claim rights or contest
135 your rights to work written entirely by you; rather, the intent is to

123