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

/linux-master/arch/microblaze/lib/
H A Dcmpdi2.c11 const DWunion bu = { local
15 if (au.s.high < bu.s.high)
17 else if (au.s.high > bu.s.high)
20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low)
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low)
H A Ducmpdi2.c9 const DWunion bu = {.ll = b}; local
11 if ((unsigned int) au.s.high < (unsigned int) bu.s.high)
13 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high)
15 if ((unsigned int) au.s.low < (unsigned int) bu.s.low)
17 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low)
/linux-master/lib/
H A Dcmpdi2.c14 const DWunion bu = { local
18 if (au.s.high < bu.s.high)
20 else if (au.s.high > bu.s.high)
23 if ((unsigned int) au.s.low < (unsigned int) bu.s.low)
25 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low)
H A Ducmpdi2.c11 const DWunion bu = {.ll = b}; local
13 if ((unsigned int) au.s.high < (unsigned int) bu.s.high)
15 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high)
17 if ((unsigned int) au.s.low < (unsigned int) bu.s.low)
19 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low)
H A Duuid.c68 void uuid_gen(uuid_t *bu) argument
70 __uuid_gen_common(bu->b);
72 bu->b[6] = (bu->b[6] & 0x0F) | 0x40;
/linux-master/arch/parisc/lib/
H A Ducmpdi2.c16 union ull_union bu = {.ull = b}; local
18 if (au.ui.high < bu.ui.high)
20 else if (au.ui.high > bu.ui.high)
22 if (au.ui.low < bu.ui.low)
24 else if (au.ui.low > bu.ui.low)
/linux-master/fs/ubifs/
H A Dfile.c594 * @bu: bulk-read information
600 struct bu_info *bu, int *n)
602 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0;
625 if (nn >= bu->cnt) {
628 } else if (key_block(c, &bu->zbranch[nn].key) == page_block) {
631 dn = bu->buf + (bu->zbranch[nn].offs - offs);
659 } else if (key_block(c, &bu->zbranch[nn].key) < page_block) {
706 * @bu: bulk-read information
711 static int ubifs_do_bulk_read(struct ubifs_info *c, struct bu_info *bu, argument
599 populate_page(struct ubifs_info *c, struct folio *folio, struct bu_info *bu, int *n) argument
829 struct bu_info *bu; 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) argument
1556 unsigned int block = key_block(c, &bu->key);
1559 bu->cnt = 0;
1560 bu->blk_cnt = 0;
1561 bu->eof = 0;
1565 err = ubifs_lookup_level0(c, &bu->key, &znode, &n);
1572 if (len > bu->buf_len) {
1577 bu
1789 ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu) argument
[all...]
H A Dsuper.c1211 if (c->bu.buf)
1215 c->bu.buf = kmalloc(c->max_bu_buf_len, GFP_KERNEL | __GFP_NOWARN);
1216 if (!c->bu.buf) {
1650 kfree(c->bu.buf);
1694 kfree(c->bu.buf);
2045 kfree(c->bu.buf);
2046 c->bu.buf = NULL;
H A Dubifs.h1091 * @bu_mutex: protects the pre-allocated bulk-read buffer and @c->bu
1092 * @bu: pre-allocated bulk-read information
1354 struct bu_info bu; member in struct:ubifs_info
1895 int ubifs_tnc_get_bu_keys(struct ubifs_info *c, struct bu_info *bu);
1896 int ubifs_tnc_bulk_read(struct ubifs_info *c, struct bu_info *bu);
/linux-master/arch/loongarch/lib/
H A Dunaligned.S38 2: ld.bu t3, a0, 0
/linux-master/arch/arm/mach-at91/
H A Dpm.c119 * @bu: backup unit mapped data (for backup mode)
129 struct at91_pm_bu *bu; member in struct:at91_soc_pm
479 soc_pm.bu->suspended = 1;
480 else if (soc_pm.bu)
481 soc_pm.bu->suspended = 0;
562 soc_pm.bu->ddr_phy_calibration[0] = modified_gray_code[index];
566 soc_pm.bu->ddr_phy_calibration[0] |= modified_gray_code[index];
570 soc_pm.bu->ddr_phy_calibration[0] |= modified_gray_code[index];
574 soc_pm.bu->ddr_phy_calibration[0] |= modified_gray_code[index];
582 soc_pm.bu
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tv.c69 u16 ru, gu, bu, au; member in struct:color_conversion
139 * 12 bit fields (gy, rv, bu)
197 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
207 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
217 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
227 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
237 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
247 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
257 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
267 .ru = 0x076a, .gu = 0x0564, .bu
[all...]
/linux-master/fs/bcachefs/
H A Djournal.c920 long *bu = NULL; local
926 bu = kcalloc(nr_want, sizeof(*bu), GFP_KERNEL);
930 if (!bu || !ob || !new_buckets || !new_bucket_seq) {
937 bu[nr_got] = bch2_bucket_alloc_new_fs(ca);
938 if (bu[nr_got] < 0) {
958 bu[nr_got] = ob[nr_got]->bucket;
989 new_buckets[pos + i] = bu[i];
1031 bu[i], BCH_DATA_free, 0));
1040 kfree(bu);
[all...]
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c282 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6)
H A Dmath_64.c176 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6) | (ftt << 9)
/linux-master/drivers/pci/
H A Dsetup-bus.c639 u32 l, bu, lu; local
649 bu = lu = 0;
657 bu = upper_32_bits(region.start);
667 pci_write_config_dword(bridge, PCI_PREF_BASE_UPPER32, bu);
/linux-master/drivers/hid/
H A Dhid-wiimote-modules.c2225 __u8 sx, sy, tb, wb, bd, bm, bp, bo, br, bb, bg, by, bu; local
2270 bu = !(ext[5] & 0x01);
2273 bu = !(ext[0] & 0x01);
2300 bu);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c6347 int bu = ivideo->sisfb_mode_idx; local
6350 if(bu != ivideo->sisfb_mode_idx) {
6352 sisbios_mode[bu].xres,
6353 sisbios_mode[bu].yres,
6354 sisbios_mode[bu].bpp);

Completed in 220 milliseconds