Home
last modified time | relevance | path

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

123

/Linux-v4.19/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-v4.19/fs/xfs/
Dxfs_trans_refcount.c131 void *intent, in xfs_refcount_update_log_item() argument
134 struct xfs_cui_log_item *cuip = intent; in xfs_refcount_update_log_item()
161 void *intent, in xfs_refcount_update_create_done() argument
164 return xfs_trans_get_cud(tp, intent); in xfs_refcount_update_create_done()
214 void *intent) in xfs_refcount_update_abort_intent() argument
216 xfs_cui_release(intent); in xfs_refcount_update_abort_intent()
Dxfs_trans_bmap.c135 void *intent, in xfs_bmap_update_log_item() argument
138 struct xfs_bui_log_item *buip = intent; in xfs_bmap_update_log_item()
168 void *intent, in xfs_bmap_update_create_done() argument
171 return xfs_trans_get_bud(tp, intent); in xfs_bmap_update_create_done()
207 void *intent) in xfs_bmap_update_abort_intent() argument
209 xfs_bui_release(intent); in xfs_bmap_update_abort_intent()
Dxfs_trans_rmap.c153 void *intent, in xfs_rmap_update_log_item() argument
156 struct xfs_rui_log_item *ruip = intent; in xfs_rmap_update_log_item()
186 void *intent, in xfs_rmap_update_create_done() argument
189 return xfs_trans_get_rud(tp, intent); in xfs_rmap_update_create_done()
231 void *intent) in xfs_rmap_update_abort_intent() argument
233 xfs_rui_release(intent); in xfs_rmap_update_abort_intent()
Dxfs_trans_extfree.c135 void *intent, in xfs_extent_free_log_item() argument
138 struct xfs_efi_log_item *efip = intent; in xfs_extent_free_log_item()
164 void *intent, in xfs_extent_free_create_done() argument
167 return xfs_trans_get_efd(tp, intent, count); in xfs_extent_free_create_done()
193 void *intent) in xfs_extent_free_abort_intent() argument
195 xfs_efi_release(intent); in xfs_extent_free_abort_intent()
/Linux-v4.19/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-v4.19/Documentation/security/
DLSM.rst6 a new LSM is accepted into the kernel when its intent (a description of
/Linux-v4.19/drivers/net/
DLICENSE.SRC12 intent in sharing this software is to promote the productive interchange
/Linux-v4.19/drivers/net/ethernet/myricom/
DKconfig42 is used, with the intent of lessening the impact of cache misses.
/Linux-v4.19/fs/
Dinternal.h115 int intent; member
Dopen.c979 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
982 op->intent |= LOOKUP_CREATE; in build_open_flags()
984 op->intent |= LOOKUP_EXCL; in build_open_flags()
/Linux-v4.19/Documentation/filesystems/cifs/
Dcifs.txt15 The intent of this module is to provide the most advanced network
/Linux-v4.19/Documentation/networking/
Dfore200e.txt12 The intent is to enable the use of different models of FORE adapters at the
/Linux-v4.19/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt36 NETFS_OPEN, /* Open intent */
131 Open intent for given transaction.
/Linux-v4.19/Documentation/md/
Draid5-ppl.txt21 the array. Because of this, using write-intent bitmap and PPL together is not
/Linux-v4.19/Documentation/devicetree/bindings/reset/
Dreset.txt27 block node for dedicated reset signals. The intent of this binding is to give
/Linux-v4.19/Documentation/fb/
Dintelfb.txt43 framebuffer memory. The intent is to avoid the memory blocks
/Linux-v4.19/drivers/net/ethernet/intel/
DKconfig120 is used, with the intent of lessening the impact of cache misses.
185 is used, with the intent of lessening the impact of cache misses.
/Linux-v4.19/Documentation/scheduler/
Dcompletion.txt18 advantage of using completions is clear intent of the code, but also more
52 Completions should be named to convey the intent of the waiter. A good
/Linux-v4.19/Documentation/process/
Dkernel-enforcement-statement.rst38 Our intent in providing these assurances is to encourage more use of the
/Linux-v4.19/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-v4.19/Documentation/input/devices/
Dntrig.rst109 the initial activation filter is satisfied. The intent is to provide
/Linux-v4.19/drivers/block/drbd/
Ddrbd_actlog.c94 void *drbd_md_get_buffer(struct drbd_device *device, const char *intent) in drbd_md_get_buffer() argument
105 device->md_io.current_use = intent; in drbd_md_get_buffer()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme.h247 u8 intent; /* should only include the intent value. */ member
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dnvidia,tegra186-gpio.txt56 interrupt signals generated by a set-of-ports. The intent is for each generated

123