Home
last modified time | relevance | path

Searched refs:old_current (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/cgroup/
Dtest_hugetlb_memcg.c99 long old_current, expected_current, current; in hugetlb_test_program() local
102 old_current = cg_read_long(test_group, "memory.current"); in hugetlb_test_program()
105 if (current - old_current >= MB(2)) { in hugetlb_test_program()
108 ksft_print_msg("before: %ld, after: %ld\n", old_current, current); in hugetlb_test_program()
118 if (current - old_current >= MB(2)) { in hugetlb_test_program()
120 ksft_print_msg("before: %ld, after: %ld\n", old_current, current); in hugetlb_test_program()
123 old_current = current; in hugetlb_test_program()
127 expected_current = old_current + MB(2); in hugetlb_test_program()
140 expected_current = old_current + MB(8); in hugetlb_test_program()
152 expected_current = old_current; in hugetlb_test_program()
/linux-6.12.1/drivers/usb/host/
Dehci-q.c1374 if (qh_current != ehci->old_current || in end_unlink_async()
1376 ehci->old_current = qh_current; in end_unlink_async()
1386 ehci->old_current = ~0; /* Prepare for next QH */ in end_unlink_async()
Dehci.h147 __hc32 old_current; /* Test for QH becoming */ member
Dehci-hcd.c568 ehci->old_current = ~0; in ehci_init()