Home
last modified time | relevance | path

Searched refs:shim_unconstify_ptr (Results 1 – 4 of 4) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-handle.c225 ptr = (char *)shim_unconstify_ptr(&fhp->f_handle); in stress_handle_child()
H A Dcore-shim.c513 return mlock(shim_unconstify_ptr(addr), len); in shim_mlock()
528 return munlock(shim_unconstify_ptr(addr), len); in shim_munlock()
1884 time_t *ut = (time_t *)shim_unconstify_ptr(t); in shim_stime()
H A Dstress-ng.h4709 static inline void *shim_unconstify_ptr(const void *ptr) in shim_unconstify_ptr() function
4716 #define shim_unconstify_ptr(ptr) (ptr) macro
/dports/benchmarks/stress-ng/stress-ng-0.13.09/debian/
H A Dchangelog1965 * stress-ng.h: make shim_unconstify_ptr a static inline helper