Searched refs:nobj (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcm_mpool_pub.h106 uint16 nobj; /* Total number of objects in this pool */ member in struct:bcm_mp_stats
159 * nobj: INPUT Maximum number of concurrently existing objects to support
174 int nobj,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c57 static int sn_hwperf_enum_objects(int *nobj, struct sn_hwperf_object_info **ret) argument
83 *nobj = sn_hwperf_obj_cnt;
211 int nobj, int id)
216 for (i=0; i < nobj; i++, p++) {
226 int nobj, cnodeid_t node, cnodeid_t *near_mem_node, cnodeid_t *near_cpu_node)
258 for (i=0, op=objbuf; i < nobj; i++, op++) {
285 dest = sn_hwperf_findobj_id(objbuf, nobj, ptdata[j].conn_id);
318 dest = sn_hwperf_findobj_id(objbuf, nobj,
344 for (i=0, op=objbuf; i < nobj; i++, op++) {
694 int nobj; local
210 sn_hwperf_findobj_id(struct sn_hwperf_object_info *objbuf, int nobj, int id) argument
225 sn_hwperf_get_nearest_node_objdata(struct sn_hwperf_object_info *objbuf, int nobj, cnodeid_t node, cnodeid_t *near_mem_node, cnodeid_t *near_cpu_node) argument
942 int nobj; local
965 int nobj; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dicm.c311 u64 virt, int obj_size, int nobj, int reserved,
320 num_icm = (nobj + obj_per_chunk - 1) / obj_per_chunk;
327 table->num_obj = nobj;
334 if ((i + 1) * MLX4_TABLE_CHUNK_SIZE > nobj * obj_size)
335 chunk_size = PAGE_ALIGN(nobj * obj_size - i * MLX4_TABLE_CHUNK_SIZE);
310 mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, u64 virt, int obj_size, int nobj, int reserved, int use_lowmem) argument
H A Dicm.h80 u64 virt, int obj_size, int nobj, int reserved,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h90 int nobj, int reserved,
H A Dmthca_memfree.c356 int nobj, int reserved,
365 num_icm = (obj_size * nobj + MTHCA_TABLE_CHUNK_SIZE - 1) / MTHCA_TABLE_CHUNK_SIZE;
373 table->num_obj = nobj;
384 if ((i + 1) * MTHCA_TABLE_CHUNK_SIZE > nobj * obj_size)
385 chunk_size = nobj * obj_size - i * MTHCA_TABLE_CHUNK_SIZE;
354 mthca_alloc_icm_table(struct mthca_dev *dev, u64 virt, int obj_size, int nobj, int reserved, int use_lowmem, int use_coherent) argument

Completed in 89 milliseconds