Home
last modified time | relevance | path

Searched refs:rnum (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/fs/reiserfs/
A Ddo_balan.c154 if (tb->rnum[0] == -1) { in balance_leaf_when_delete_left()
191 RFALSE(tb->rnum[0] != 0, in balance_leaf_when_delete_left()
210 tb->rnum[0], tb->lnum[0], n); in balance_leaf_when_delete_left()
274 if (tb->rnum[0] == -1) { in balance_leaf_when_delete()
281 RFALSE(tb->rnum[0], in balance_leaf_when_delete()
631 if (n - tb->rnum[0] >= tb->item_pos) { in balance_leaf_insert_right()
888 if (n - tb->rnum[0] > tb->item_pos) { in balance_leaf_paste_right()
908 if (tb->rnum[0] <= 0) in balance_leaf_right()
1669 if (tb->rnum[0]) { in check_before_balancing()
1694 if (tb->rnum[0]) { in check_after_balance_leaf()
[all …]
A Dibalance.c699 RFALSE(tb->rnum[h] != 0, in balance_internal_when_delete()
701 h, tb->rnum[h]); in balance_internal_when_delete()
723 RFALSE(tb->rnum[h] != 0, in balance_internal_when_delete()
725 tb->rnum[h]); in balance_internal_when_delete()
732 if (tb->rnum[h] < 0) { in balance_internal_when_delete()
742 RFALSE(tb->rnum[h] == 0 || tb->lnum[h] + tb->rnum[h] != n + 1, in balance_internal_when_delete()
748 tb->rnum[h]); in balance_internal_when_delete()
923 if (tb->rnum[h] > 0) { in balance_internal()
930 if (n - tb->rnum[h] >= child_pos) in balance_internal()
933 tb->rnum[h]); in balance_internal()
[all …]
A Dfix_node.c299 tb->rnum[h] = 0; in check_right()
327 tb->rnum[0] = 0; in check_right()
334 tb->rnum[0]++; in check_right()
358 tb->rnum[0]++; in check_right()
626 tb->rnum[h] = rnum; in set_parameters()
642 PROC_INFO_ADD(tb->tb_sb, rnum[h], rnum); in set_parameters()
1448 tb->rnum[h]); in ip_check_balance()
1513 rpar = tb->rnum[h]; in ip_check_balance()
1640 tb->rnum[h] != 1 || in ip_check_balance()
1885 tb->rnum[h]); in dc_check_balance_internal()
[all …]
A Dprints.c693 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
704 h, tb->insert_size[h], tb->lnum[h], tb->rnum[h], in store_print_tb()
A Dprocfs.c181 SFPL(rnum), in show_per_level()
A Dreiserfs.h472 long int rnum[5]; /* XXX */ member
2447 int rnum[MAX_HEIGHT]; member
/linux-6.3-rc2/include/uapi/linux/
A Duhid.h89 __u8 rnum; member
102 __u8 rnum; member
159 __u8 rnum; member
/linux-6.3-rc2/drivers/hid/
A Duhid.c232 static int uhid_hid_get_report(struct hid_device *hid, unsigned char rnum, in uhid_hid_get_report() argument
248 ev->u.get_report.rnum = rnum; in uhid_hid_get_report()
275 static int uhid_hid_set_report(struct hid_device *hid, unsigned char rnum, in uhid_hid_set_report() argument
290 ev->u.set_report.rnum = rnum; in uhid_hid_set_report()
/linux-6.3-rc2/sound/pci/au88x0/
A Dau88x0_core.c1630 ADBRamLink * route, int rnum) in vortex_adb_addroutes() argument
1634 if ((rnum <= 0) || (route == NULL)) in vortex_adb_addroutes()
1637 rnum--; in vortex_adb_addroutes()
1639 VORTEX_ADB_RTBASE + ((route[rnum] & ADB_MASK) << 2), in vortex_adb_addroutes()
1641 while (rnum > 0) { in vortex_adb_addroutes()
1644 ((route[rnum - 1] & ADB_MASK) << 2), route[rnum]); in vortex_adb_addroutes()
1645 rnum--; in vortex_adb_addroutes()
/linux-6.3-rc2/tools/testing/selftests/hid/
A Dhid_bpf.c214 answer.u.get_report_reply.err = ev.u.get_report.rnum == 1 ? 0 : -EIO; in uhid_event()

Completed in 37 milliseconds