Home
last modified time | relevance | path

Searched refs:count_p (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dmach_timer.h39 static inline void mach_countup(unsigned long *count_p) in mach_countup() argument
45 *count_p = count; in mach_countup()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dconsole.c744 int *count_p, lstcon_node_ent_t *dents_up) in lstcon_nodes_getent() argument
751 LASSERT(index_p != NULL && count_p != NULL); in lstcon_nodes_getent()
754 LASSERT(*count_p > 0); in lstcon_nodes_getent()
760 if (count >= *count_p) in lstcon_nodes_getent()
776 *count_p = count; in lstcon_nodes_getent()
784 int *index_p, int *count_p, lstcon_node_ent_t *dents_up) in lstcon_group_info() argument
800 index_p, count_p, dents_up); in lstcon_group_info()