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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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 101 milliseconds