| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | icm.c | 416 u64 virt, int obj_size, u32 nobj, int reserved, in mlx4_init_icm_table() 428 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk); in mlx4_init_icm_table() 435 table->num_obj = nobj; in mlx4_init_icm_table() 441 size = (u64) nobj * obj_size; in mlx4_init_icm_table() 415 mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, u64 virt, int obj_size, u32 nobj, int reserved, int use_lowmem, int use_coherent) mlx4_init_icm_table() argument
|
| H A D | icm.h | 91 u64 virt, int obj_size, u32 nobj, int reserved,
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | icm.c | 416 u64 virt, int obj_size, u32 nobj, int reserved, in mlx4_init_icm_table() 428 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk); in mlx4_init_icm_table() 435 table->num_obj = nobj; in mlx4_init_icm_table() 441 size = (u64) nobj * obj_size; in mlx4_init_icm_table() 415 mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, u64 virt, int obj_size, u32 nobj, int reserved, int use_lowmem, int use_coherent) mlx4_init_icm_table() argument
|
| H A D | icm.h | 91 u64 virt, int obj_size, u32 nobj, int reserved,
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
| H A D | mthca_memfree.c | 358 int nobj, int reserved, in mthca_alloc_icm_table() 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() 356 mthca_alloc_icm_table(struct mthca_dev *dev, u64 virt, int obj_size, int nobj, int reserved, int use_lowmem, int use_coherent) mthca_alloc_icm_table() argument
|
| H A D | mthca_memfree.h | 88 int nobj, int reserved,
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
| H A D | mthca_memfree.c | 358 int nobj, int reserved, in mthca_alloc_icm_table() 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() 356 mthca_alloc_icm_table(struct mthca_dev *dev, u64 virt, int obj_size, int nobj, int reserved, int use_lowmem, int use_coherent) mthca_alloc_icm_table() argument
|
| H A D | mthca_memfree.h | 88 int nobj, int reserved,
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hem.h | 113 unsigned long obj_size, unsigned long nobj,
|
| H A D | hns_roce_hem.c | 781 unsigned long obj_size, unsigned long nobj, in hns_roce_init_hem_table() 790 num_hem = (nobj + obj_per_chunk - 1) / obj_per_chunk; in hns_roce_init_hem_table() 812 num_hem = (nobj + obj_per_chunk - 1) / obj_per_chunk; in hns_roce_init_hem_table() 858 table->num_obj = nobj; in hns_roce_init_hem_table() 779 hns_roce_init_hem_table(struct hns_roce_dev *hr_dev, struct hns_roce_hem_table *table, u32 type, unsigned long obj_size, unsigned long nobj, int use_lowmem) hns_roce_init_hem_table() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hem.h | 114 unsigned long obj_size, unsigned long nobj);
|
| H A D | hns_roce_hem.c | 795 unsigned long obj_size, unsigned long nobj) in hns_roce_init_hem_table() 803 num_hem = DIV_ROUND_UP(nobj, obj_per_chunk); in hns_roce_init_hem_table() 825 num_hem = DIV_ROUND_UP(nobj, obj_per_chunk); in hns_roce_init_hem_table() 793 hns_roce_init_hem_table(struct hns_roce_dev *hr_dev, struct hns_roce_hem_table *table, u32 type, unsigned long obj_size, unsigned long nobj) hns_roce_init_hem_table() argument
|
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 322 pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fread() 323 pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fwrite() 342 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc()
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1112 pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fread() 1113 pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fwrite() 1132 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc()
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 491 pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fread() 496 pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fwrite() 522 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc()
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3395 pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fread() 3396 pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fwrite() 3415 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc()
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| H A D | mod.rs | 4410 nobj: ::size_t, in fread_unlocked()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | [all...] |