Searched refs:cntp (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | header.c | 1217 * *cntp. 1219 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp) in build_caches_for_cpu() argument 1235 for (i = 0; i < *cntp; i++) { in build_caches_for_cpu() 1240 if (i == *cntp) { in build_caches_for_cpu() 1241 caches[*cntp] = c; in build_caches_for_cpu() 1242 *cntp = *cntp + 1; in build_caches_for_cpu() 1250 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in build_caches() argument 1262 *cntp = cnt; in build_caches() 1404 static int build_mem_topology(struct memory_node **nodesp, u64 *cntp) in build_mem_topology() argument [all...] |
H A D | header.h | 185 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | rwsem.c | 241 static inline bool rwsem_read_trylock(struct rw_semaphore *sem, long *cntp) in rwsem_read_trylock() argument 243 *cntp = atomic_long_add_return_acquire(RWSEM_READER_BIAS, &sem->count); in rwsem_read_trylock() 245 if (WARN_ON_ONCE(*cntp < 0)) in rwsem_read_trylock() 248 if (!(*cntp & RWSEM_READ_FAILED_MASK)) { in rwsem_read_trylock()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_diag.c | 213 * @cntp: Pointer to max (byte) count for transfer starting at offset 231 * If cntp is non-NULL, returns how many bytes from offset can be accessed 235 u32 *cntp) in qib_remap_ioaddr32() 321 if (cntp) in qib_remap_ioaddr32() 322 *cntp = cnt; in qib_remap_ioaddr32() 234 qib_remap_ioaddr32(struct qib_devdata *dd, u32 offset, u32 *cntp) qib_remap_ioaddr32() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_diag.c | 213 * @cntp: Pointer to max (byte) count for transfer starting at offset 231 * If cntp is non-NULL, returns how many bytes from offset can be accessed 235 u32 *cntp) in qib_remap_ioaddr32() 321 if (cntp) in qib_remap_ioaddr32() 322 *cntp = cnt; in qib_remap_ioaddr32() 234 qib_remap_ioaddr32(struct qib_devdata *dd, u32 offset, u32 *cntp) qib_remap_ioaddr32() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | kprobe_multi_test.c | 318 static int get_syms(char ***symsp, size_t *cntp, bool kernel) in get_syms() argument 394 *cntp = cnt; in get_syms()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | header.c | 1128 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in build_caches() argument 1159 *cntp = cnt; in build_caches() 1293 static int build_mem_topology(struct memory_node *nodes, u64 size, u64 *cntp) in build_mem_topology() argument 1332 *cntp = cnt; in build_mem_topology()
|
Completed in 14 milliseconds