Searched refs:free_ptr (Results 1 - 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
H A Dmpx-mini-test.c1262 unsigned long free_ptr; local
1271 free_ptr = (unsigned long)mallocs[index].ptr;
1273 dprintf4("lowerbits: %lx / %lx mask: %lx\n", free_ptr,
1274 (free_ptr & mask), mask);
1275 assert((free_ptr & mask) == 0);
/external/openssh/
H A Dumac.c1187 void *free_ptr; /* Address to free this struct via */ member in struct:umac_ctx
1208 ctx = (struct umac_ctx *)ctx->free_ptr;
1232 ctx->free_ptr = octx;

Completed in 87 milliseconds