Home
last modified time | relevance | path

Searched refs:backoffs (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dcompr_rtime.c65 int backoffs; in rtime_decompress() local
71 backoffs = positions[value]; in rtime_decompress()
75 if (backoffs + repeat >= outpos) { in rtime_decompress()
77 cpage_out[outpos++] = cpage_out[backoffs++]; in rtime_decompress()
82 *(cpage_out + outpos + i) = *(cpage_out + backoffs + i); in rtime_decompress()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dcompr_rtime.c88 int backoffs; in jffs2_rtime_decompress() local
94 backoffs = positions[value]; in jffs2_rtime_decompress()
98 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress()
100 cpage_out[outpos++] = cpage_out[backoffs++]; in jffs2_rtime_decompress()
104 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat); in jffs2_rtime_decompress()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h307 struct rb_root backoffs; member
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c1662 spg->backoffs = RB_ROOT; in alloc_spg_mapping()
1669 WARN_ON(!RB_EMPTY_ROOT(&spg->backoffs)); in free_spg_mapping()
1915 while (!RB_EMPTY_ROOT(&spg->backoffs)) { in DEFINE_RB_FUNCS()
1917 rb_entry(rb_first(&spg->backoffs), in DEFINE_RB_FUNCS()
1920 erase_backoff(&spg->backoffs, backoff); in DEFINE_RB_FUNCS()
1965 backoff = lookup_containing_backoff(&spg->backoffs, &hoid); in should_plug_request()
4347 insert_backoff(&spg->backoffs, backoff); in handle_backoff_block()
4403 erase_backoff(&spg->backoffs, backoff); in handle_backoff_unblock()
4407 if (RB_EMPTY_ROOT(&spg->backoffs)) { in handle_backoff_unblock()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dww-mutex-design.rst48 However, the Wound-Wait algorithm is typically stated to generate fewer backoffs