Lines Matching refs:zero
251 /* mask lock, since value wasn't zero inited */
321 * this has zero meaning for the map itself, lets clear these
710 /* helper macro to check that unused fields 'union bpf_attr' are zero */
2004 * exist so checking for non-zero is the way to go here.
2821 char zero = '\0';
2826 if (put_user(zero, ubuf + ulen - 1)) {
3434 * Only allow zero *_rec_size if both _rec_size and _cnt are
3435 * zero. In this case, the kernel will set the expected
3922 char zero = '\0';
3924 if (put_user(zero, ubuf)) {
3936 char zero = '\0';
3942 if (put_user(zero, ubuf + input_len - 1)) {