/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | master.c | 27 int behind; in ubifs_compare_master_node() local 43 behind = hmac_offs + UBIFS_MAX_HMAC_LEN; in ubifs_compare_master_node() 45 if (UBIFS_MST_NODE_SZ > behind) in ubifs_compare_master_node() 46 return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind); in ubifs_compare_master_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | master.c | 27 int behind; in ubifs_compare_master_node() local 43 behind = hmac_offs + UBIFS_MAX_HMAC_LEN; in ubifs_compare_master_node() 45 if (UBIFS_MST_NODE_SZ > behind) in ubifs_compare_master_node() 46 return memcmp(m1 + behind, m2 + behind, UBIFS_MST_NODE_SZ - behind); in ubifs_compare_master_node()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-bitmap.h | 133 __le32 write_behind; /* 60 number of outstanding write-behind writes */ 255 unsigned long sectors, int behind); 257 unsigned long sectors, int success, int behind);
|
H A D | md-bitmap.c | 497 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind)); in md_bitmap_print_sb() 649 reason = "write-behind limit out of range (0 - 16383)"; in md_bitmap_read_sb() 1395 int md_bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int behind) in md_bitmap_startwrite() argument 1400 if (behind) { in md_bitmap_startwrite() 1407 pr_debug("inc write-behind count %d/%lu\n", in md_bitmap_startwrite() 1460 unsigned long sectors, int success, int behind) in md_bitmap_endwrite() 1464 if (behind) { in md_bitmap_endwrite() 1467 pr_debug("dec write-behind count %d/%lu\n", in md_bitmap_endwrite() 1776 /* wait for behind writes to complete */ in md_bitmap_wait_behind_writes() 1778 pr_debug("md:%s: behind write in md_bitmap_wait_behind_writes() 1459 md_bitmap_endwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int success, int behind) md_bitmap_endwrite() argument [all...] |
H A D | raid1.c | 322 * to go idle. All I/Os, even write-behind writes, are done. in raid_end_bio_io() 445 int behind = test_bit(R1BIO_BehindIO, &r1_bio->state); in raid1_end_write_request() local 521 if (behind) { in raid1_end_write_request() 528 * In behind mode, we ACK the master bio once the I/O in raid1_end_write_request() 539 pr_debug("raid1: behind end write sectors" in raid1_end_write_request() 1141 pr_debug("%dB behind alloc failed, doing sync I/O\n", in alloc_behind_master_bio() 1274 * over-take any writes that are 'behind' in raid1_read_request() 1276 raid1_log(mddev, "wait behind writes"); in raid1_read_request() 1474 /* do behind I/O ? in raid1_write_request() 1477 * is waiting for behind write in raid1_write_request() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-bitmap.h | 133 __le32 write_behind; /* 60 number of outstanding write-behind writes */ 256 unsigned long sectors, int behind); 258 unsigned long sectors, int success, int behind);
|
H A D | md-bitmap.c | 540 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind)); in md_bitmap_print_sb() 690 reason = "write-behind limit out of range (0 - 16383)"; in md_bitmap_read_sb() 1467 int md_bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int behind) in md_bitmap_startwrite() argument 1472 if (behind) { in md_bitmap_startwrite() 1479 pr_debug("inc write-behind count %d/%lu\n", in md_bitmap_startwrite() 1532 unsigned long sectors, int success, int behind) in md_bitmap_endwrite() 1536 if (behind) { in md_bitmap_endwrite() 1539 pr_debug("dec write-behind count %d/%lu\n", in md_bitmap_endwrite() 1848 /* wait for behind writes to complete */ in md_bitmap_wait_behind_writes() 1850 pr_debug("md:%s: behind write in md_bitmap_wait_behind_writes() 1531 md_bitmap_endwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int success, int behind) md_bitmap_endwrite() argument [all...] |
H A D | raid1.c | 329 * to go idle. All I/Os, even write-behind writes, are done. in raid_end_bio_io() 449 int behind = test_bit(R1BIO_BehindIO, &r1_bio->state); in raid1_end_write_request() local 525 if (behind) { in raid1_end_write_request() 532 * In behind mode, we ACK the master bio once the I/O in raid1_end_write_request() 543 pr_debug("raid1: behind end write sectors" in raid1_end_write_request() 1163 pr_debug("%dB behind alloc failed, doing sync I/O\n", in alloc_behind_master_bio() 1293 * over-take any writes that are 'behind' in raid1_read_request() 1295 raid1_log(mddev, "wait behind writes"); in raid1_read_request() 1404 * The write-behind io is only attempted on drives marked as in raid1_write_request() 1405 * write-mostly, which means we could allocate write behind in raid1_write_request() [all...] |
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev67-strrchr.S | 101 nop # E : hide the cmov latency (2) behind ctlz latency
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev67-strrchr.S | 101 nop # E : hide the cmov latency (2) behind ctlz latency
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 330 # loader knows how much data behind 593 # stack behind its own code, so we can't blindly put it directly past the heap.
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 272 # loader knows how much data behind 551 # stack behind its own code, so we can't blindly put it directly past the heap.
|