Searched refs:new_overflow (Results 1 – 4 of 4) sorted by relevance
85 struct FdTableOverflow* new_overflow = (struct FdTableOverflow*)(allocation); in get_fd_entry() local86 new_overflow->len = aligned_count; in get_fd_entry()88 if (atomic_compare_exchange_strong(&__get_fdtable()->overflow, &local_overflow, new_overflow)) { in get_fd_entry()89 local_overflow = new_overflow; in get_fd_entry()
94 struct FdTableOverflow* new_overflow = (struct FdTableOverflow*)(allocation); in get_fd_entry() local95 new_overflow->len = aligned_count; in get_fd_entry()97 if (atomic_compare_exchange_strong(&__get_fdtable()->overflow, &local_overflow, new_overflow)) { in get_fd_entry()98 local_overflow = new_overflow; in get_fd_entry()
79 uint32_t new_overflow = i32 >> 31; in cmac_multiply_by_u() local82 overflow = new_overflow; in cmac_multiply_by_u()
16 fn new_overflow() { in new_overflow() function