Searched refs:dents_up (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | console.c | 743 int *count_p, lstcon_node_ent_t *dents_up) in lstcon_nodes_getent() argument 751 LASSERT(dents_up != NULL); in lstcon_nodes_getent() 763 if (copy_to_user(&dents_up[count].nde_id, in lstcon_nodes_getent() 765 copy_to_user(&dents_up[count].nde_state, in lstcon_nodes_getent() 783 int *index_p, int *count_p, lstcon_node_ent_t *dents_up) in lstcon_group_info() argument 796 if (dents_up) { in lstcon_group_info() 799 index_p, count_p, dents_up); in lstcon_group_info() 923 lstcon_node_ent_t *dents_up) in lstcon_batch_info() argument 957 if (dents_up != NULL) { in lstcon_batch_info() 959 index_p, ndent_p, dents_up); in lstcon_batch_info()
|
D | console.h | 224 int *ndent_p, lstcon_node_ent_t *dents_up);
|