HomeSort by relevance Sort by last modified time
    Searched full:rb_isempty (Results 1 - 1 of 1) sorted by null

  /external/selinux/policycoreutils/run_init/
open_init_pty.c 121 static int rb_isempty(struct ring_buffer *b) function
304 if (!rb_isempty(&inbuf) && err_n_wpty < MAXRETR) {
314 if (!rb_isempty(&outbuf) && err_n_stdout < MAXRETR) {
403 || !(rb_isempty(&inbuf) || err_n_wpty >= MAXRETR)
404 || !(rb_isempty(&outbuf) || err_n_stdout >= MAXRETR));

Completed in 1856 milliseconds