Searched full:intents (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,glink.txt | 52 - 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
|
D | qcom,apr.yaml | 64 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/ |
D | qcom_glink_native.c | 143 * @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/ |
D | da9055-i2c.c | 54 * devices (both have configurable I2C addresses, and are to all intents and
|
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/ |
D | rdma.rst | 78 User should set all the limit to max value if it intents to remove/unconfigure
|
/Linux-v6.1/arch/arm64/lib/ |
D | csum.c | 32 * This is to all intents and purposes safe, since rounding down cannot in do_csum()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_log_recover.c | 2529 * 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()
|
D | xfs_rmap_item.c | 323 /* Sort rmap intents by AG. */
|
D | xfs_refcount_item.c | 280 /* Sort refcount intents by AG. */
|
D | xfs_bmap_item.c | 275 /* Sort bmap intents by inode. */
|
D | xfs_log_cil.c | 1088 * dependent intents in a single transaction when we overwrite an existing
|
D | xfs_log.c | 837 * Don't push in the error case because the AIL may have pending intents in xfs_log_mount_finish()
|
/Linux-v6.1/fs/coda/ |
D | file.c | 228 /* assume access intents are supported unless we hear otherwise */ in coda_open()
|
/Linux-v6.1/virt/kvm/ |
D | pfncache.c | 117 * mn_active_invalidate_count acts for all intents and purposes in mmu_notifier_retry_cache()
|
/Linux-v6.1/Documentation/x86/ |
D | sgx.rst | 79 For all intents and purposes, the SGX architecture allows the processor to
|
/Linux-v6.1/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 28 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/ |
D | test_kmod.c | 574 /* For all intents and purposes we don't care what userspace in trigger_config_store()
|
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_defer.c | 248 /* Abort all the intents that were committed. */
|
/Linux-v6.1/Documentation/RCU/Design/Expedited-Grace-Periods/ |
D | Expedited-Grace-Periods.rst | 21 given that they for all intents and purposes hammer every CPU that
|
/Linux-v6.1/sound/soc/codecs/ |
D | da9055.c | 1510 * devices (both have configurable I2C addresses, and are to all intents and
|
/Linux-v6.1/drivers/staging/r8188eu/core/ |
D | rtw_p2p.c | 1355 /* 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/ |
D | Data-Structures.rst | 18 RCU is for all intents and purposes a large state machine, and its
|
/Linux-v6.1/drivers/scsi/cxlflash/ |
D | superpipe.c | 150 * when the process of fork. For all intents and purposes, think of tgid
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sdm845.dtsi | 768 qcom,intents = <512 20>;
|
/Linux-v6.1/include/net/ |
D | cfg80211.h | 7711 * @duration: Duration in milliseconds that the driver intents to remain on the
|
12