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);
3804 uint8_t *p_cache, *p_src;
3808 p_cache = kcalloc(length, sizeof(uint8_t), GFP_KERNEL);
3809 if (!p_cache)
3812 memcpy(p_cache, buf, length);
3813 p_src = p_cache;
3869 kfree(p_cache);