Searched refs:cntp (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kprobe_multi_test.c | 494 static int get_syms(char ***symsp, size_t *cntp, bool kernel) in get_syms() argument 565 *cntp = cnt; in get_syms() 576 static int get_addrs(unsigned long **addrsp, size_t *cntp, bool kernel) in get_addrs() argument 629 *cntp = cnt; in get_addrs()
|
| /linux-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_diag.c | 235 u32 *cntp) in qib_remap_ioaddr32() argument 321 if (cntp) in qib_remap_ioaddr32() 322 *cntp = cnt; in qib_remap_ioaddr32()
|
| /linux-6.15/kernel/locking/ |
| H A D | rwsem.c | 248 static inline bool rwsem_read_trylock(struct rw_semaphore *sem, long *cntp) in rwsem_read_trylock() argument 250 *cntp = atomic_long_add_return_acquire(RWSEM_READER_BIAS, &sem->count); in rwsem_read_trylock() 252 if (WARN_ON_ONCE(*cntp < 0)) in rwsem_read_trylock() 255 if (!(*cntp & RWSEM_READ_FAILED_MASK)) { in rwsem_read_trylock()
|
| /linux-6.15/tools/perf/util/ |
| H A D | header.h | 198 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
|
| H A D | header.c | 1190 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp) in build_caches_for_cpu() argument 1206 for (i = 0; i < *cntp; i++) { in build_caches_for_cpu() 1211 if (i == *cntp) { in build_caches_for_cpu() 1212 caches[*cntp] = c; in build_caches_for_cpu() 1213 *cntp = *cntp + 1; in build_caches_for_cpu() 1221 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in build_caches() argument 1233 *cntp = cnt; in build_caches() 1375 static int build_mem_topology(struct memory_node **nodesp, u64 *cntp) in build_mem_topology() argument 1425 *cntp = cnt; in build_mem_topology()
|