Home
last modified time | relevance | path

Searched full:intents (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/
Dqcom,glink.txt52 - qcom,intents:
55 Definition: a list of size,amount pairs describing what intents should
57 to tweak the default intents available for the channel to
90 qcom,intents = <0x400 5
Dqcom,apr.yaml64 qcom,intents:
67 List of (size, amount) pairs describing what intents should be
69 default intents available for the channel to meet expectations of the
/Linux-v6.1/drivers/rpmsg/
Dqcom_glink_native.c143 * @liids: idr of all local intents
144 * @riids: idr of all remote intents
146 * @done_intents: list of intents that needs to be announced rx_done
255 /* Free all non-reuse intents pending rx_done work */ in qcom_glink_channel_release()
547 /* Take it off the tree of receive intents */ in qcom_glink_rx_done()
939 struct intent_pair intents[]; in qcom_glink_handle_intent() member
942 const size_t msglen = struct_size(msg, intents, count); in qcom_glink_handle_intent()
956 dev_err(glink->dev, "intents for non-existing channel\n"); in qcom_glink_handle_intent()
971 intent->id = le32_to_cpu(msg->intents[i].iid); in qcom_glink_handle_intent()
972 intent->size = le32_to_cpu(msg->intents[i].size); in qcom_glink_handle_intent()
[all …]
/Linux-v6.1/drivers/mfd/
Dda9055-i2c.c54 * devices (both have configurable I2C addresses, and are to all intents and
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/
Drdma.rst78 User should set all the limit to max value if it intents to remove/unconfigure
/Linux-v6.1/arch/arm64/lib/
Dcsum.c32 * This is to all intents and purposes safe, since rounding down cannot in do_csum()
/Linux-v6.1/fs/xfs/
Dxfs_log_recover.c2529 * When we start, we know that the intents are the only things in the AIL. As we
2531 * have started recovery on all the pending intents when we find an non-intent
2570 * the recover routine or else those subsequent intents will be in xlog_recover_process_intents()
3435 * list of intents which need to be processed. Here we process the intents and
3457 xfs_alert(log->l_mp, "Failed to recover intents"); in xlog_recover_finish()
3463 * Sync the log to get all the intents out of the AIL. This isn't in xlog_recover_finish()
3465 * would have problems pushing the intents out of the way. in xlog_recover_finish()
3470 * Now that we've recovered the log and all the intents, we can clear in xlog_recover_finish()
3501 * end of intents processing can be pushed through the CIL in xlog_recover_finish()
Dxfs_rmap_item.c323 /* Sort rmap intents by AG. */
Dxfs_refcount_item.c280 /* Sort refcount intents by AG. */
Dxfs_bmap_item.c275 /* Sort bmap intents by inode. */
Dxfs_log_cil.c1088 * dependent intents in a single transaction when we overwrite an existing
Dxfs_log.c837 * Don't push in the error case because the AIL may have pending intents in xfs_log_mount_finish()
/Linux-v6.1/fs/coda/
Dfile.c228 /* assume access intents are supported unless we hear otherwise */ in coda_open()
/Linux-v6.1/virt/kvm/
Dpfncache.c117 * mn_active_invalidate_count acts for all intents and purposes in mmu_notifier_retry_cache()
/Linux-v6.1/Documentation/x86/
Dsgx.rst79 For all intents and purposes, the SGX architecture allows the processor to
/Linux-v6.1/Documentation/filesystems/
Dxfs-delayed-logging-design.rst28 logging mechanisms are varied and complex, combining intents, logical and
36 chained together by intents, ensuring that journal recovery can restart and
121 the high level operation must use intents and deferred operations to guarantee
/Linux-v6.1/lib/
Dtest_kmod.c574 /* For all intents and purposes we don't care what userspace in trigger_config_store()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_defer.c248 /* Abort all the intents that were committed. */
/Linux-v6.1/Documentation/RCU/Design/Expedited-Grace-Periods/
DExpedited-Grace-Periods.rst21 given that they for all intents and purposes hammer every CPU that
/Linux-v6.1/sound/soc/codecs/
Dda9055.c1510 * devices (both have configurable I2C addresses, and are to all intents and
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_p2p.c1355 /* Todo: Need to handle the case which both Intents are the same. */ in process_p2p_group_negotation_confirm()
/Linux-v6.1/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst18 RCU is for all intents and purposes a large state machine, and its
/Linux-v6.1/drivers/scsi/cxlflash/
Dsuperpipe.c150 * when the process of fork. For all intents and purposes, think of tgid
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsdm845.dtsi768 qcom,intents = <512 20>;
/Linux-v6.1/include/net/
Dcfg80211.h7711 * @duration: Duration in milliseconds that the driver intents to remain on the

12