Home
last modified time | relevance | path

Searched refs:bu (Results 1 – 20 of 20) sorted by relevance

/linux/fs/ubifs/
A Dfile.c638 dn = bu->buf + (bu->zbranch[nn].offs - offs); in populate_page()
733 if (bu->eof) { in ubifs_do_bulk_read()
750 if (bu->cnt) { in ubifs_do_bulk_read()
756 bu->buf_len = bu->zbranch[bu->cnt - 1].offs + in ubifs_do_bulk_read()
757 bu->zbranch[bu->cnt - 1].len - in ubifs_do_bulk_read()
761 bu->buf = kmalloc(bu->buf_len, GFP_NOFS | __GFP_NOWARN); in ubifs_do_bulk_read()
762 if (!bu->buf) in ubifs_do_bulk_read()
806 kfree(bu->buf); in ubifs_do_bulk_read()
868 bu = &c->bu; in ubifs_bulk_read()
871 if (!bu) in ubifs_bulk_read()
[all …]
A Dtnc.c1521 bu->cnt = 0; in ubifs_tnc_get_bu_keys()
1523 bu->eof = 0; in ubifs_tnc_get_bu_keys()
1539 bu->zbranch[bu->cnt++] = znode->zbranch[n]; in ubifs_tnc_get_bu_keys()
1590 bu->zbranch[bu->cnt++] = *zbr; in ubifs_tnc_get_bu_keys()
1600 bu->eof = 1; in ubifs_tnc_get_bu_keys()
1620 if (bu->eof) { in ubifs_tnc_get_bu_keys()
1626 block = key_block(c, &bu->key) + bu->blk_cnt; in ubifs_tnc_get_bu_keys()
1629 if (key_block(c, &bu->zbranch[bu->cnt - 1].key) < block) in ubifs_tnc_get_bu_keys()
1631 bu->cnt -= 1; in ubifs_tnc_get_bu_keys()
1757 len = bu->zbranch[bu->cnt - 1].offs; in ubifs_tnc_bulk_read()
[all …]
A Dsuper.c1203 if (c->bu.buf) in bu_init()
1207 c->bu.buf = kmalloc(c->max_bu_buf_len, GFP_KERNEL | __GFP_NOWARN); in bu_init()
1208 if (!c->bu.buf) { in bu_init()
1639 kfree(c->bu.buf); in mount_ubifs()
1681 kfree(c->bu.buf); in ubifs_umount()
2033 kfree(c->bu.buf); in ubifs_remount_fs()
2034 c->bu.buf = NULL; in ubifs_remount_fs()
A Dubifs.h1322 struct bu_info bu; member
1857 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu);
1858 int ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu);
/linux/arch/sparc/lib/
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()
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()
/linux/arch/microblaze/lib/
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()
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()
/linux/lib/
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()
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()
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()
/linux/arch/parisc/lib/
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()
/linux/arch/h8300/lib/
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()
/linux/arch/arm/mach-at91/
A Dpm.c77 struct at91_pm_bu *bu; member
291 soc_pm.bu->suspended = 1; in at91_pm_begin()
292 else if (soc_pm.bu) in at91_pm_begin()
293 soc_pm.bu->suspended = 0; in at91_pm_begin()
362 soc_pm.bu->ddr_phy_calibration[i] = in at91_suspend_finish()
830 soc_pm.bu = (void *)gen_pool_alloc(sram_pool, sizeof(struct at91_pm_bu)); in at91_pm_backup_init()
831 if (!soc_pm.bu) { in at91_pm_backup_init()
837 soc_pm.bu->suspended = 0; in at91_pm_backup_init()
838 soc_pm.bu->canary = __pa_symbol(&canary); in at91_pm_backup_init()
839 soc_pm.bu->resume = __pa_symbol(cpu_resume); in at91_pm_backup_init()
[all …]
/linux/drivers/gpu/drm/i915/display/
A Dintel_tv.c62 u16 ru, gu, bu, au; member
190 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
200 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
210 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
220 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
230 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
240 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
250 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
260 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
270 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
[all …]
/linux/arch/sparc/math-emu/
A Dmath_32.c282 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() argument
A Dmath_64.c176 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << … in do_mathemu() argument
/linux/drivers/pci/
A Dsetup-bus.c634 u32 l, bu, lu; in pci_setup_bridge_mmio_pref() local
644 bu = lu = 0; in pci_setup_bridge_mmio_pref()
651 bu = upper_32_bits(region.start); in pci_setup_bridge_mmio_pref()
661 pci_write_config_dword(bridge, PCI_PREF_BASE_UPPER32, bu); in pci_setup_bridge_mmio_pref()
/linux/drivers/hid/
A Dhid-wiimote-modules.c2225 __u8 sx, sy, tb, wb, bd, bm, bp, bo, br, bb, bg, by, bu; in wiimod_guitar_in_ext() local
2270 bu = !(ext[5] & 0x01); in wiimod_guitar_in_ext()
2273 bu = !(ext[0] & 0x01); in wiimod_guitar_in_ext()
2300 bu); in wiimod_guitar_in_ext()
/linux/drivers/video/fbdev/sis/
A Dsis_main.c6367 int bu = ivideo->sisfb_mode_idx; in sisfb_probe() local
6370 if(bu != ivideo->sisfb_mode_idx) { in sisfb_probe()
6372 sisbios_mode[bu].xres, in sisfb_probe()
6373 sisbios_mode[bu].yres, in sisfb_probe()
6374 sisbios_mode[bu].bpp); in sisfb_probe()

Completed in 59 milliseconds