HomeSort by relevance Sort by last modified time
    Searched defs:rb_read (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/run_init/
open_init_pty.c 151 static ssize_t rb_read(struct ring_buffer *b, int fd) function
373 ssize_t n = rb_read(&inbuf, STDIN_FILENO);
388 ssize_t n = rb_read(&outbuf, pty_master);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
ring_buffer.cpp 254 /* Release the lock before calling threshold_cb as it might call rb_read
266 size_t rb_read (void *ctx, u8 *buf, size_t max_length) function

Completed in 161 milliseconds