Searched refs:cached_node (Results 1 – 1 of 1) sorted by relevance
56 void *cached_node; /* Most recently accessed node */ member82 if (cursor->cached_node == SEQ_START_TOKEN) in procfs_list_next_node()86 cursor->cached_node); in procfs_list_next_node()89 cursor->cached_node = next_node; in procfs_list_next_node()90 cursor->cached_pos = NODE_ID(procfs_list, cursor->cached_node); in procfs_list_next_node()98 cursor->cached_node = NULL; in procfs_list_next_node()115 cursor->cached_node = SEQ_START_TOKEN; in procfs_list_seq_start()118 } else if (cursor->cached_node == NULL) { in procfs_list_seq_start()128 if (cursor->cached_node != SEQ_START_TOKEN && (oldest_node == NULL || in procfs_list_seq_start()138 return (cursor->cached_node); in procfs_list_seq_start()[all …]