Searched refs:index_p (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | console.h | 211 int *index_p, int *ndent_p, lstcon_node_ent_t *ndents_up); 224 int server, int testidx, int *index_p,
|
D | console.c | 743 lstcon_nodes_getent(struct list_head *head, int *index_p, in lstcon_nodes_getent() argument 751 LASSERT(index_p != NULL && count_p != NULL); in lstcon_nodes_getent() 753 LASSERT(*index_p >= 0); in lstcon_nodes_getent() 757 if (index++ < *index_p) in lstcon_nodes_getent() 773 if (index <= *index_p) in lstcon_nodes_getent() 777 *index_p = index; 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() 923 int testidx, int *index_p, int *ndent_p, in lstcon_batch_info() argument 960 index_p, ndent_p, dents_up); in lstcon_batch_info()
|