Lines Matching defs:p_cache
1216 uint8_t *p_cache;
1233 p_cache = vmalloc(size);
1234 if (p_cache == NULL) {
1243 p_cache, size/sizeof(uint32_t));
1254 (uint32_t *)p_cache, count);
1265 vfree(p_cache);
3793 uint8_t *p_cache, *p_src;
3797 p_cache = kcalloc(length, sizeof(uint8_t), GFP_KERNEL);
3798 if (!p_cache)
3801 memcpy(p_cache, buf, length);
3802 p_src = p_cache;
3858 kfree(p_cache);