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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c1087 int room_left; local
1095 room_left = MAX_EXECVE_AUDIT_LEN - arg_num_len - *len_sent;
1097 room_left -= (to_send * 2);
1099 room_left -= to_send;
1100 if (room_left < 0) {

Completed in 66 milliseconds