HomeSort by relevance Sort by last modified time
    Searched refs:PTR_ERR (Results 1 - 5 of 5) sorted by null

  /external/fio/
err.h 21 static inline uintptr_t PTR_ERR(const void *ptr)
39 return PTR_ERR(ptr);
backend.c 729 int err = PTR_ERR(io_u);
    [all...]
io_u.c 1120 return PTR_ERR(f);
    [all...]
  /external/oprofile/module/ia64/
op_syscalls.c 165 error = PTR_ERR(filename);
  /external/oprofile/module/x86/
op_syscalls.c 126 ret = PTR_ERR(filename);

Completed in 393 milliseconds