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

  /external/libnl/src/
nl-list-sockets.c 27 printf("Address Family PID Groups rmem "
32 int ret, proto, pid, rmem, wmem, refcnt; local
36 &sk, &proto, &pid, &groups, &rmem, &wmem,
43 groups, rmem, wmem, cb, refcnt);
  /external/syslinux/core/lwip/src/core/
mem.c 126 * @param rmem the memory element to free
129 mem_free(void *rmem)
131 struct memp_malloc_helper *hmem = (struct memp_malloc_helper*)rmem;
133 LWIP_ASSERT("rmem != NULL", (rmem != NULL));
134 LWIP_ASSERT("rmem == MEM_ALIGN(rmem)", (rmem == LWIP_MEM_ALIGN(rmem)));
304 * @param rmem is the data portion of a struct mem as returned by a previou
    [all...]
  /external/libnl/lib/idiag/
idiag_meminfo_obj.c 47 void idiagnl_meminfo_set_rmem(struct idiagnl_meminfo *minfo, uint32_t rmem)
49 minfo->idiag_rmem = rmem;
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 392 unsigned int ref_cnt, type, proto, iface, r, rmem, uid; local
411 &r, &rmem, &uid, &inode, more);

Completed in 294 milliseconds