Searched refs:flog (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/driver-api/nvdimm/ |
H A D | btt.rst | 128 maintained in the form of the BTT flog. 'Flog' is a combination of the words 129 "free list" and "log". The flog contains 'nfree' entries, and an entry contains: 138 seq Sequence number to mark which of the 2 sections of this flog entry is 212 On startup, we analyze the BTT flog to create our list of free blocks. We walk 242 3. Use lane to index into in-memory free list and obtain a new block, next flog 247 7. Write flog entry: [premap_aba / old postmap_aba / new postmap_aba / seq_num] 263 sum of mapped blocks and free blocks (from the BTT flog). 264 - Rebuilding free list from the flog reveals missing/duplicate/impossible
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 22903 + flog = open(os.path.join(tmp_root, name + ".log"), "wt") 22909 + rstr = subprocess.call(ffargs, stdout=flog, stderr=subprocess.STDOUT) 22913 + stdout=flog, stderr=subprocess.STDOUT) 22930 + print("Match: " + m1.group(), file=flog) 22933 + print("****** Cannot find m1", file=flog) 22936 + print("****** Cannot find m2", file=flog) 22939 + print("****** Mismatch: " + m1.group() + " != " + m2.group(), file=flog) 22941 + flog.close() 23116 … "-f", "vout_rpi", os.devnull], bufsize=-1, stdout=flog, stderr=flog); 23132 + global flog [all …]
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 960 def flog(self, text): member in SystemValues 1051 self.flog(footer)
|