Home
last modified time | relevance | path

Searched refs:num_components (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_pool.c71 IN const uint32_t num_components, in cl_qcpool_init() argument
81 CL_ASSERT(num_components); in cl_qcpool_init()
93 if (num_components > 1 && !pfn_initializer) in cl_qcpool_init()
105 num_components); in cl_qcpool_init()
111 (sizeof(size_t) + sizeof(void *)) * num_components); in cl_qcpool_init()
115 (void **)(p_pool->component_sizes + num_components); in cl_qcpool_init()
119 sizeof(component_sizes[0]) * num_components); in cl_qcpool_init()
122 p_pool->num_components = num_components; in cl_qcpool_init()
125 for (i = 0; i < num_components; i++) { in cl_qcpool_init()
229 for (i = 0; i < p_pool->num_components; i++) in cl_qcpool_grow()
[all …]
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_qcomppool.h181 IN const uint32_t num_components,
287 uint32_t num_components; member
424 IN const uint32_t num_components,
H A Dcl_comppool.h113 IN const uint32_t num_components, IN void *context);
308 IN const uint32_t num_components,
/freebsd/sys/dev/mlxfw/
H A Dmlxfw_mfa2_format.h52 __be16 num_components; member
H A Dmlxfw_mfa2.c336 mfa2_file->component_count = be16_to_cpu(pd->num_components); in mlxfw_mfa2_file_init()
/freebsd/usr.bin/patch/
H A Dpch.c81 static size_t num_components(const char *);
1579 if ((tmp = num_components(path)) > min_components) in compare_names()
1618 num_components(const char *path) in num_components()
1615 num_components(const char *path) num_components() function