Searched refs:cached_pos (Results 1 – 3 of 3) sorted by relevance
57 loff_t cached_pos; /* Position of cached_node */ member90 cursor->cached_pos = NODE_ID(procfs_list, cursor->cached_node); in procfs_list_next_node()91 *pos = cursor->cached_pos; in procfs_list_next_node()99 cursor->cached_pos++; in procfs_list_next_node()100 *pos = cursor->cached_pos; in procfs_list_next_node()116 cursor->cached_pos = 0; in procfs_list_seq_start()129 NODE_ID(procfs_list, oldest_node) > cursor->cached_pos)) in procfs_list_seq_start()137 if (*pos == cursor->cached_pos) { in procfs_list_seq_start()140 ASSERT3U(*pos, ==, cursor->cached_pos + 1); in procfs_list_seq_start()180 cursor->cached_pos = 0; in procfs_list_open()
279 uint32_t cached_pos; /* used by jump_fast */ member
1248 f_pos = f->cached_pos; in jump_fast()1261 f->cached_pos = f_pos; in jump_fast()