Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-ioctl.c715 void *next_nl; in list_devices() local
723 next_nl = event_nr + 2; in list_devices()
724 if (next_nl > result_limit) in list_devices()
738 next_nl = align_ptr(next_nl + len + 1); in list_devices()
739 if (next_nl > result_limit) in list_devices()
742 ((u64 *)next_nl)[-1] = 0; in list_devices()
748 nl->next = next_nl - (void *)nl; in list_devices()
750 nl = next_nl; in list_devices()