Searched refs:list_for_each_entry_from_rcu (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Drculist.h462 * This iterator is similar to list_for_each_entry_from_rcu() except
472 * list_for_each_entry_from_rcu - iterate over a list from current point
488 #define list_for_each_entry_from_rcu(pos, head, member) \ macro
/linux-master/net/tls/
H A Dtls_device.c652 list_for_each_entry_from_rcu(info, &context->records_list, list) {
/linux-master/fs/nfs/
H A Ddelegation.c617 list_for_each_entry_from_rcu(delegation, &server->delegations, super_list) {

Completed in 176 milliseconds