Lines Matching +full:four +full:- +full:lane
3 * Copyright (c) 2014-2015, Intel Corporation.
57 * A log group represents one log 'lane', and consists of four log entries.
58 * Two of the four entries are valid entries, and the remaining two are
68 * +-----------------+-----------------+
72 * +-----------------------------------+
76 * +-----------------+-----------------+
79 * +-----------------+-----------------+
83 * +-----------------------------------+
87 * +-----------------+-----------------+
89 * We detect during start-up which format is in use, and set
90 * arena->log_index[(0, 1)] with the detected format.
141 * struct arena_info - handle for an arena
151 * reported to upper layers. (internal_nlba - nfree)
157 * @sector_size: The Linux sector size - 512 or 4096
164 * @freelist: Pointer to in-memory list of free blocks
165 * @rtt: Pointer to in-memory "Read Tracking Table"
170 * @flags: Arena flags - may signify error states.
174 * arena_info is a per-arena handle. Once an arena is narrowed down for an
188 /* Byte offsets to the different on-media structures */
195 /* Pointers to other in-memory structures for this arena */
209 * struct btt - handle for a BTT instance
220 * @sector_size: The Linux sector size - 512 or 4096
221 * @lanes: Per-lane spinlocks