Home
last modified time | relevance | path

Searched refs:bu (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/arch/microblaze/lib/
H A Ducmpdi2.c9 const DWunion bu = {.ll = b}; in __ucmpdi2() local
11 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
13 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
15 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
17 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
H A Dcmpdi2.c11 const DWunion bu = { in __cmpdi2() local
15 if (au.s.high < bu.s.high) in __cmpdi2()
17 else if (au.s.high > bu.s.high) in __cmpdi2()
20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Ducmpdi2.c7 const DWunion bu = {.ll = b}; in __ucmpdi2() local
9 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2()
11 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2()
13 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()
15 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()
/kernel/linux/linux-5.10/arch/parisc/lib/
H A Ducmpdi2.c15 union ull_union bu = {.ull = b}; in __ucmpdi2() local
17 if (au.ui.high < bu.ui.high) in __ucmpdi2()
19 else if (au.ui.high > bu.ui.high) in __ucmpdi2()
21 if (au.ui.low < bu.ui.low) in __ucmpdi2()
23 else if (au.ui.low > bu.ui.low) in __ucmpdi2()
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dcmpdi2.c11 const DWunion bu = { in __cmpdi2() local
15 if (au.s.high < bu.s.high) in __cmpdi2()
17 else if (au.s.high > bu.s.high) in __cmpdi2()
20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c8 const DWunion bu = {.ll = b}; in __ucmpdi2() local
10 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
12 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
14 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
16 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/kernel/linux/linux-6.6/arch/microblaze/lib/
H A Dcmpdi2.c11 const DWunion bu = { in __cmpdi2() local
15 if (au.s.high < bu.s.high) in __cmpdi2()
17 else if (au.s.high > bu.s.high) in __cmpdi2()
20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c9 const DWunion bu = {.ll = b}; in __ucmpdi2() local
11 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
13 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
15 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
17 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/kernel/linux/linux-6.6/arch/parisc/lib/
H A Ducmpdi2.c16 union ull_union bu = {.ull = b}; in __ucmpdi2() local
18 if (au.ui.high < bu.ui.high) in __ucmpdi2()
20 else if (au.ui.high > bu.ui.high) in __ucmpdi2()
22 if (au.ui.low < bu.ui.low) in __ucmpdi2()
24 else if (au.ui.low > bu.ui.low) in __ucmpdi2()
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dcmpdi2.c11 const DWunion bu = { in __cmpdi2() local
15 if (au.s.high < bu.s.high) in __cmpdi2()
17 else if (au.s.high > bu.s.high) in __cmpdi2()
20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c8 const DWunion bu = {.ll = b}; in __ucmpdi2() local
10 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
12 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
14 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
16 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/kernel/linux/linux-5.10/lib/
H A Dcmpdi2.c14 const DWunion bu = { in __cmpdi2() local
18 if (au.s.high < bu.s.high) in __cmpdi2()
20 else if (au.s.high > bu.s.high) in __cmpdi2()
23 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
25 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c11 const DWunion bu = {.ll = b}; in __ucmpdi2() local
13 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
15 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
17 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
19 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
H A Duuid.c68 void uuid_gen(uuid_t *bu) in uuid_gen() argument
70 __uuid_gen_common(bu->b); in uuid_gen()
72 bu->b[6] = (bu->b[6] & 0x0F) | 0x40; in uuid_gen()
/kernel/linux/linux-6.6/lib/
H A Ducmpdi2.c11 const DWunion bu = {.ll = b}; in __ucmpdi2() local
13 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
15 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
17 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
19 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
H A Dcmpdi2.c14 const DWunion bu = { in __cmpdi2() local
18 if (au.s.high < bu.s.high) in __cmpdi2()
20 else if (au.s.high > bu.s.high) in __cmpdi2()
23 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
25 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Duuid.c68 void uuid_gen(uuid_t *bu) in uuid_gen() argument
70 __uuid_gen_common(bu->b); in uuid_gen()
72 bu->b[6] = (bu->b[6] & 0x0F) | 0x40; in uuid_gen()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dfile.c596 * @bu: bulk-read information
602 struct bu_info *bu, int *n) in populate_page()
604 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page()
627 if (nn >= bu->cnt) { in populate_page()
630 } else if (key_block(c, &bu->zbranch[nn].key) == page_block) { in populate_page()
633 dn = bu->buf + (bu->zbranch[nn].offs - offs); in populate_page()
661 } else if (key_block(c, &bu->zbranch[nn].key) < page_block) { in populate_page()
707 * @bu: bulk-read information
712 static int ubifs_do_bulk_read(struct ubifs_info *c, struct bu_info *bu, in ubifs_do_bulk_read() argument
601 populate_page(struct ubifs_info *c, struct page *page, struct bu_info *bu, int *n) populate_page() argument
828 struct bu_info *bu; ubifs_bulk_read() local
[all...]
H A Dtnc.c1541 * @bu: bulk-read parameters and results
1547 * Note, if the bulk-read buffer length (@bu->buf_len) is known, this function
1551 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu) in ubifs_tnc_get_bu_keys() argument
1555 unsigned int block = key_block(c, &bu->key); in ubifs_tnc_get_bu_keys()
1558 bu->cnt = 0; in ubifs_tnc_get_bu_keys()
1559 bu->blk_cnt = 0; in ubifs_tnc_get_bu_keys()
1560 bu->eof = 0; in ubifs_tnc_get_bu_keys()
1564 err = ubifs_lookup_level0(c, &bu->key, &znode, &n); in ubifs_tnc_get_bu_keys()
1571 if (len > bu->buf_len) { in ubifs_tnc_get_bu_keys()
1576 bu in ubifs_tnc_get_bu_keys()
1788 ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu) ubifs_tnc_bulk_read() argument
[all...]
H A Dsuper.c1212 if (c->bu.buf) in bu_init()
1216 c->bu.buf = kmalloc(c->max_bu_buf_len, GFP_KERNEL | __GFP_NOWARN); in bu_init()
1217 if (!c->bu.buf) { in bu_init()
1648 kfree(c->bu.buf); in mount_ubifs()
1690 kfree(c->bu.buf); in ubifs_umount()
2041 kfree(c->bu.buf); in ubifs_remount_fs()
2042 c->bu.buf = NULL; in ubifs_remount_fs()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dfile.c595 * @bu: bulk-read information
601 struct bu_info *bu, int *n) in populate_page()
603 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page()
626 if (nn >= bu->cnt) { in populate_page()
629 } else if (key_block(c, &bu->zbranch[nn].key) == page_block) { in populate_page()
632 dn = bu->buf + (bu->zbranch[nn].offs - offs); in populate_page()
660 } else if (key_block(c, &bu->zbranch[nn].key) < page_block) { in populate_page()
706 * @bu: bulk-read information
711 static int ubifs_do_bulk_read(struct ubifs_info *c, struct bu_info *bu, in ubifs_do_bulk_read() argument
600 populate_page(struct ubifs_info *c, struct page *page, struct bu_info *bu, int *n) populate_page() argument
827 struct bu_info *bu; ubifs_bulk_read() local
[all...]
H A Dtnc.c1542 * @bu: bulk-read parameters and results
1548 * Note, if the bulk-read buffer length (@bu->buf_len) is known, this function
1552 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu) in ubifs_tnc_get_bu_keys() argument
1556 unsigned int block = key_block(c, &bu->key); in ubifs_tnc_get_bu_keys()
1559 bu->cnt = 0; in ubifs_tnc_get_bu_keys()
1560 bu->blk_cnt = 0; in ubifs_tnc_get_bu_keys()
1561 bu->eof = 0; in ubifs_tnc_get_bu_keys()
1565 err = ubifs_lookup_level0(c, &bu->key, &znode, &n); in ubifs_tnc_get_bu_keys()
1572 if (len > bu->buf_len) { in ubifs_tnc_get_bu_keys()
1577 bu in ubifs_tnc_get_bu_keys()
1789 ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu) ubifs_tnc_bulk_read() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-at91/
H A Dpm.c119 * @bu: backup unit mapped data (for backup mode)
129 struct at91_pm_bu *bu; member
479 soc_pm.bu->suspended = 1; in at91_pm_begin()
480 else if (soc_pm.bu) in at91_pm_begin()
481 soc_pm.bu->suspended = 0; in at91_pm_begin()
562 soc_pm.bu->ddr_phy_calibration[0] = modified_gray_code[index]; in at91_suspend_finish()
566 soc_pm.bu->ddr_phy_calibration[0] |= modified_gray_code[index]; in at91_suspend_finish()
570 soc_pm.bu->ddr_phy_calibration[0] |= modified_gray_code[index]; in at91_suspend_finish()
574 soc_pm.bu->ddr_phy_calibration[0] |= modified_gray_code[index]; in at91_suspend_finish()
582 soc_pm.bu in at91_suspend_finish()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_tv.c61 u16 ru, gu, bu, au; member
131 * 12 bit fields (gy, rv, bu)
189 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
199 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
209 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
219 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
229 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
239 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
249 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
259 .ru = 0x076a, .gu = 0x0564, .bu
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_tv.c68 u16 ru, gu, bu, au; member
138 * 12 bit fields (gy, rv, bu)
196 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
206 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
216 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
226 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
236 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
246 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
256 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
266 .ru = 0x076a, .gu = 0x0564, .bu
[all...]

Completed in 17 milliseconds

12