Home
last modified time | relevance | path

Searched full:intents (Results 1 – 25 of 35) 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[ 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.h47 * The solution is to the perag structure the count of active intents and make
H A Dxfs_log_recover.c2584 * When we start, we know that the intents are the only things in the AIL. As we
2586 * have started recovery on all the pending intents when we find an non-intent
2615 * the recover routine or else those subsequent intents will be in xlog_recover_process_intents()
3493 * list of intents which need to be processed. Here we process the intents and
3522 xfs_alert(log->l_mp, "Failed to recover intents"); in xlog_recover_finish()
3528 * Sync the log to get all the intents out of the AIL. This isn't in xlog_recover_finish()
3530 * would have problems pushing the intents out of the way. in xlog_recover_finish()
3551 * end of intents processing can be pushed through the CIL in xlog_recover_finish()
H A Dxfs_refcount_item.c261 /* Sort refcount intents by AG. */
H A Dxfs_rmap_item.c262 /* Sort rmap intents by AG. */
H A Dxfs_log_cil.c1192 * dependent intents in a single transaction when we overwrite an existing
/linux/fs/xfs/scrub/
H A Dcommon.c480 * intents to drain.
521 * to see if there are any intents in progress. If there are, in xchk_perag_drain_and_lock()
522 * drop the AG headers and wait for the intents to drain. in xchk_perag_drain_and_lock()
525 * intents counter; any threads increasing it after this point in xchk_perag_drain_and_lock()
557 * aren't any pending intents. Returns -ENOENT if we can't grab the perag
725 /* Lock all the rt group metadata inode ILOCKs and wait for intents. */
739 * There's no need to drain intents here because the caller (most in xchk_rtgroup_lock()
770 * now take a look to see if there are any intents in progress. in xchk_rtgroup_lock()
772 * intents to drain. Since we hold the rt group inode locks in xchk_rtgroup_lock()
774 * to sample the intents counte in xchk_rtgroup_lock()
[all...]
H A Dcommon.h275 * Setting up a hook to wait for intents to drain is costly -- we have to take
H A Dreap.c1175 * deferred log intents in this function to control the exact in xrep_reap_bmapi_iter()
1208 * intents in this function to control the exact sequence of metadata in xrep_reap_bmapi_iter()
/linux/drivers/mfd/
H A Dda9055-i2c.c52 * devices (both have configurable I2C addresses, and are to all intents and
/linux/arch/loongarch/lib/
H A Dcsum.c34 * 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/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.c578 /* 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/arch/x86/kvm/svm/
H A Dsvm.c3674 * the NMI is "injected", but for all intents and purposes, passing the in svm_set_vnmi_pending()
5241 * and so for all intents and purposes KVM supports flushing by in svm_set_cpu_caps()
/linux/arch/arm64/boot/dts/qcom/
H A Dsar2130p.dtsi1628 qcom,intents = <512 20>;

12