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

  /external/libnl/lib/
handlers.c 254 void nl_cb_put(struct nl_cb *cb) function
  /system/extras/iotop/
taskstats.cpp 139 std::unique_ptr<nl_cb, decltype(&nl_cb_put)> callbacks(
140 nl_cb_alloc(NL_CB_DEFAULT), nl_cb_put); local

Completed in 93 milliseconds