| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_device.c | 38 struct tf_session_resources *resources, in tf_dev_bind_p4() argument 58 ident_cfg.resources = resources; in tf_dev_bind_p4() 69 tbl_cfg.resources = resources; in tf_dev_bind_p4() 80 tcam_cfg.resources = resources; in tf_dev_bind_p4() 96 em_cfg.resources = resources; in tf_dev_bind_p4() 110 em_cfg.resources = resources; in tf_dev_bind_p4() 241 struct tf_session_resources *resources, in tf_dev_bind() argument 250 resources, in tf_dev_bind()
|
| H A D | tf_identifier.h | 32 struct tf_session_resources *resources; member
|
| H A D | tf_tcam.c | 64 tcam_cnt = parms->resources->tcam_cnt; in tf_tcam_bind() 80 db_cfg.alloc_cnt = parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind() 100 if (!parms->resources->tcam_cnt[d].cnt[i]) in tf_tcam_bind() 114 parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind()
|
| H A D | tf_identifier.c | 61 db_cfg.alloc_cnt = parms->resources->ident_cnt[i].cnt; in tf_ident_bind() 74 parms->resources->ident_cnt[i].cnt; in tf_ident_bind()
|
| H A D | tf_tcam.h | 38 struct tf_session_resources *resources; member
|
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | multiple_simple_compression.c | 23 } resources; typedef 29 static resources createResources_orDie(int argc, const char** argv, char **ofn, size_t* ofnBufferLe… in createResources_orDie() 44 resources ress; in createResources_orDie() 57 static void freeResources(resources ress, char *outFilename) in freeResources() 66 static void compressFile_orDie(resources ress, const char* fname, const char* oname) in compressFile_orDie() 97 resources const ress = createResources_orDie(argc, argv, &outFilename, &outFilenameBufferLen); in main()
|
| H A D | multiple_streaming_compression.c | 29 } resources; typedef 31 static resources createResources_orDie(int cLevel) in createResources_orDie() 33 resources ress; in createResources_orDie() 50 static void freeResources(resources ress) in freeResources() 57 static void compressFile_orDie(resources ress, const char* fname, const char* outName) in compressFile_orDie() 107 resources const ress = createResources_orDie(cLevel); in main()
|
| H A D | README.md | 17 minimizes malloc()/free() calls by re-using existing resources. 31 reducing impact of malloc()/free() and memset() by re-using existing resources.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,smd-rpm.txt | 5 for state of the system resources, such as clocks, regulators and bus 14 The RPM exposes resources to its subnodes. The rpm_requests node must be 16 resources.
|
| H A D | qcom,smd-rpm.yaml | 12 to vote for state of the system resources, such as clocks, regulators and bus 19 The RPM exposes resources to its subnodes. The rpm_requests node must be 21 resources.
|
| H A D | qcom,aoss-qmp.txt | 10 The AOSS side channel exposes control over a set of resources, used to control 11 a set of debug related clocks and to affect the low power state of resources 12 related to the secondary subsystems. These resources are exposed as a set of
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 200 #. Has to store a reference to the deleted resources in a FIFO 201 #. Should check if the readers have completed a grace period and free the resources. 204 can create a FIFO to store the references to deleted resources using ``rte_rcu_qsbr_dq_create()``. 205 The resources can be enqueued to this FIFO using ``rte_rcu_qsbr_dq_enqueue()``. 206 …resources before enqueuing. It will also reclaim resources on regular basis to keep the FIFO from … 231 * client library should use ``rte_rcu_qsbr_dq_enqueue`` to enqueue the deleted resources on the FIF… 232 …if the library runs out of resources while adding entries, it should call ``rte_rcu_qsbr_dq_reclai… 239 * client library should call ``rte_rcu_qsbr_dq_delete`` to reclaim any remaining resources and free… 246 #. Application does not need a dedicated thread to reclaim resources. Memory 249 #. The client library has better control over the resources. For example: the client [all …]
|
| /f-stack/freebsd/contrib/libsodium/builds/msvc/ |
| H A D | resource.rc | 20 // English (United States) resources 62 #endif // English (United States) resources
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-resources.config | 46 * File version info: $Id: cvmx-resources.config 70030 2012-02-16 04:23:43Z cchavva $ 93 /* Define CVMX_ENABLE_DFA_FUNCTIONS to allocate resources for the DFA functions */ 108 /* Define CVMX_ENABLE_PKO_FUNCTIONS to allocate resources for the PKO functions */ 171 /* Define CVMX_ENABLE_HELPER_FUNCTIONS to allocate resources for the helper functions */ 183 /* Define CVMX_ENABLE_TIMER_FUNCTIONS to allocate resources for the timer functions */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | cortina,gemini-ethernet.txt | 19 They are not independent of each other since they share resources 23 - port0: contains the resources for ethernet port 0 24 - port1: contains the resources for ethernet port 1
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | README.md | 15 Should you look for resources to develop your own port of Zstandard algorithm, 16 you may find the following resources useful :
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apbvar.h | 51 struct resource_list resources; member
|
| H A D | apb.c | 198 rle = resource_list_find(&ivar->resources, type, *rid); in apb_alloc_resource() 455 resource_list_init(&ivar->resources); in apb_add_child() 478 return (&(ivar->resources)); in apb_get_resource_list() 485 struct resource_list *rl = &ndev->resources; in apb_print_all_resources()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apbvar.h | 60 struct resource_list resources; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/cpm/ |
| H A D | brg.txt | 9 - reg : There may be an arbitrary number of reg resources; BRG
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
| H A D | cpm.txt | 49 - A child address of zero must be translatable, even if no reg resources 54 purposes. The data node may have an arbitrary number of reg resources,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | st-asc.txt | 6 resources with names. look in
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i3c/ |
| H A D | i3c.txt | 74 This being said, one might want to attach extra resources to these devices, 75 and those resources may have to be described in the device tree, which in turn 134 * resources described in the DT.
|
| /f-stack/dpdk/doc/guides/mempool/ |
| H A D | octeontx2.rst | 40 Since each mempool costs set of HW resources, the ``max_pools`` ``devargs`` 48 the given application to save HW resources.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,rpmhcc.yaml | 13 Resource Power Manager Hardened (RPMh) manages shared resources on
|