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

/linux-master/tools/perf/util/
H A Dheader.h185 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
H A Dheader.c1217 * *cntp.
1219 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp) argument
1235 for (i = 0; i < *cntp; i++) {
1240 if (i == *cntp) {
1241 caches[*cntp] = c;
1242 *cntp = *cntp + 1;
1250 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) argument
1262 *cntp = cnt;
1404 static int build_mem_topology(struct memory_node **nodesp, u64 *cntp) argument
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_diag.c213 * @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)
321 if (cntp)
322 *cntp = cnt;
234 qib_remap_ioaddr32(struct qib_devdata *dd, u32 offset, u32 *cntp) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c339 static int get_syms(char ***symsp, size_t *cntp, bool kernel) argument
415 *cntp = cnt;
/linux-master/kernel/locking/
H A Drwsem.c241 static inline bool rwsem_read_trylock(struct rw_semaphore *sem, long *cntp) argument
243 *cntp = atomic_long_add_return_acquire(RWSEM_READER_BIAS, &sem->count);
245 if (WARN_ON_ONCE(*cntp < 0))
248 if (!(*cntp & RWSEM_READ_FAILED_MASK)) {

Completed in 222 milliseconds