Home
last modified time | relevance | path

Searched full:pending (Results 1 – 5 of 5) sorted by relevance

/littlefs-2.7.6/scripts/
Dreadtree.py85 pending = [("/", dirs[0])]
86 while pending:
87 path, dir = pending.pop(0)
96 pending.append(((path + '/' + npath), nmdir))
Dtest.py410 pending = [{}]
416 for init, pinit in it.product(inits, pending):
426 pending = npending
429 pending = list(reversed(pending))
431 while pending:
432 perm = pending.pop()
438 pending.append(nperm)
/littlefs-2.7.6/
D.travis.yml385 \"state\": \"pending\",
418 (.state == \"failure\" or .state == \"pending\") and
Dlfs.h509 // Any pending writes are written out to storage as though
517 // Any pending writes are written out to storage.
Dlfs.c3792 LFS_DEBUG("Found pending gstate 0x%08"PRIx32"%08"PRIx32"%08"PRIx32, in lfs_mount()
4036 // fix pending move in this pair? this looks like an optimization but in lfs_fs_relocate()
4072 // fix pending move in this pair? this looks like an optimization but in lfs_fs_relocate()