Searched refs:old64 (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dulist.h61 u64 old64 = (uintptr_t)*old_aux; local
62 int ret = ulist_add_merge(ulist, val, (uintptr_t)aux, &old64, gfp_mask);
63 *old_aux = (void *)((uintptr_t)old64);
/linux-master/kernel/
H A Dsys.c1688 struct rlimit64 old64, new64; local
1722 rlim_to_rlim64(&old, &old64);
1723 if (copy_to_user(old_rlim, &old64, sizeof(old64)))

Completed in 124 milliseconds