Searched refs:nobj (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
D | sn_hwperf.c | 57 static int sn_hwperf_enum_objects(int *nobj, struct sn_hwperf_object_info **ret) in sn_hwperf_enum_objects() argument 84 *nobj = sn_hwperf_obj_cnt; in sn_hwperf_enum_objects() 216 int nobj, int id) in sn_hwperf_findobj_id() argument 221 for (i=0; i < nobj; i++, p++) { in sn_hwperf_findobj_id() 231 int nobj, cnodeid_t node, cnodeid_t *near_mem_node, cnodeid_t *near_cpu_node) in sn_hwperf_get_nearest_node_objdata() argument 263 for (i=0, op=objbuf; i < nobj; i++, op++) { in sn_hwperf_get_nearest_node_objdata() 289 dest = sn_hwperf_findobj_id(objbuf, nobj, ptdata[j].conn_id); in sn_hwperf_get_nearest_node_objdata() 321 dest = sn_hwperf_findobj_id(objbuf, nobj, in sn_hwperf_get_nearest_node_objdata() 347 for (i=0, op=objbuf; i < nobj; i++, op++) { in sn_hwperf_get_nearest_node_objdata() 697 int nobj; in sn_hwperf_ioctl() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.c | 387 u64 virt, int obj_size, u32 nobj, int reserved, in mlx4_init_icm_table() argument 397 num_icm = (nobj + obj_per_chunk - 1) / obj_per_chunk; in mlx4_init_icm_table() 404 table->num_obj = nobj; in mlx4_init_icm_table() 410 size = (u64) nobj * obj_size; in mlx4_init_icm_table()
|
D | icm.h | 82 u64 virt, int obj_size, u32 nobj, int reserved,
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.c | 358 int nobj, int reserved, in mthca_alloc_icm_table() argument 368 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk); in mthca_alloc_icm_table() 376 table->num_obj = nobj; in mthca_alloc_icm_table() 387 if ((i + 1) * MTHCA_TABLE_CHUNK_SIZE > nobj * obj_size) in mthca_alloc_icm_table() 388 chunk_size = nobj * obj_size - i * MTHCA_TABLE_CHUNK_SIZE; in mthca_alloc_icm_table()
|
D | mthca_memfree.h | 88 int nobj, int reserved,
|