Home
last modified time | relevance | path

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

12

/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,apr.yaml64 qcom,intents:
71 - description: amount of intents to preallocate
74 List of (size, amount) pairs describing what intents should be
76 default intents available for the channel to meet expectations of the
154 qcom,intents = <512 20>;
191 qcom,intents = <512 20>;
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-rpm-edge.yaml51 qcom,intents:
58 - description: amount of intents to preallocate
61 List of (size, amount) pairs describing what intents should be
63 default intents available for the channel to meet expectations of the
/linux/drivers/rpmsg/
H A Dqcom_glink_native.c149 * @liids: idr of all local intents
150 * @riids: idr of all remote intents
152 * @done_intents: list of intents that needs to be announced rx_done
273 /* Free all non-reuse intents pending rx_done work */ in qcom_glink_channel_release()
606 /* Take it off the tree of receive intents */ in qcom_glink_rx_done()
1038 struct intent_pair intents[]; in qcom_glink_handle_intent() member
1041 const size_t msglen = struct_size(msg, intents, count); in qcom_glink_handle_intent()
1056 dev_err(glink->dev, "intents for non-existing channel\n"); in qcom_glink_handle_intent()
1069 count > 0 ? msg->intents[0].size : 0, in qcom_glink_handle_intent()
1070 count > 0 ? msg->intents[0].iid : 0); in qcom_glink_handle_intent()
[all …]
/linux/fs/xfs/
H A Dxfs_drain.c79 /* Are there intents pending? */
88 * Callers must not hold any locks that would prevent intents from being
H A Dxfs_drain.h46 * The solution is to the perag structure the count of active intents and make
H A Dxfs_log_recover.c2578 * When we start, we know that the intents are the only things in the AIL. As we
2580 * have started recovery on all the pending intents when we find an non-intent
2609 * the recover routine or else those subsequent intents will be in xlog_recover_process_intents()
3489 * list of intents which need to be processed. Here we process the intents and
3518 xfs_alert(log->l_mp, "Failed to recover intents"); in xlog_recover_finish()
3524 * Sync the log to get all the intents out of the AIL. This isn't in xlog_recover_finish()
3526 * would have problems pushing the intents out of the way. in xlog_recover_finish()
3547 * end of intents processing can be pushed through the CIL in xlog_recover_finish()
H A Dxfs_refcount_item.c237 /* Sort refcount intents by AG. */
H A Dxfs_rmap_item.c236 /* Sort rmap intents by AG. */
H A Dxfs_bmap_item.c230 /* Sort bmap intents by inode. */
/linux/drivers/mfd/
H A Dda9055-i2c.c52 * devices (both have configurable I2C addresses, and are to all intents and
/linux/fs/xfs/scrub/
H A Dcommon.c464 * intents to drain.
505 * to see if there are any intents in progress. If there are, in xchk_perag_drain_and_lock()
506 * drop the AG headers and wait for the intents to drain. in xchk_perag_drain_and_lock()
509 * intents counter; any threads increasing it after this point in xchk_perag_drain_and_lock()
541 * aren't any pending intents. Returns -ENOENT if we can't grab the perag
H A Dcommon.h228 * Setting up a hook to wait for intents to drain is costly -- we have to take
H A Dreap.c906 * deferred log intents in this function to control the exact in xrep_reap_bmapi_iter()
939 * intents in this function to control the exact sequence of metadata in xrep_reap_bmapi_iter()
/linux/arch/loongarch/lib/
H A Dcsum.c33 * This is to all intents and purposes safe, since rounding down cannot in do_csum()
/linux/Documentation/admin-guide/cgroup-v1/
H A Drdma.rst78 User should set all the limit to max value if it intents to remove/unconfigure
/linux/arch/arm64/lib/
H A Dcsum.c32 * This is to all intents and purposes safe, since rounding down cannot in do_csum()
/linux/fs/coda/
H A Dfile.c253 /* assume access intents are supported unless we hear otherwise */ in coda_open()
/linux/Documentation/arch/x86/
H A Dsgx.rst79 For all intents and purposes, the SGX architecture allows the processor to
/linux/Documentation/filesystems/xfs/
H A 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/virt/kvm/
H A Dpfncache.c130 * mn_active_invalidate_count acts for all intents and purposes in mmu_notifier_retry_cache()
/linux/lib/
H A Dtest_kmod.c567 /* For all intents and purposes we don't care what userspace in trigger_config_store()
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst21 given that they for all intents and purposes hammer every CPU that
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c373 /* Abort all the intents that were committed. */
/linux/sound/soc/codecs/
H A Dda9055.c1509 * devices (both have configurable I2C addresses, and are to all intents and
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst18 RCU is for all intents and purposes a large state machine, and its

12