Searched refs:p_hdr (Results 1 – 2 of 2) sorted by relevance
257 BUFFER_HDR_T* p_hdr; in GKI_getbuf() local278 p_hdr = (BUFFER_HDR_T*)GKI_os_malloc(total_sz); in GKI_getbuf()279 if (!p_hdr) { in GKI_getbuf()285 memset(p_hdr, 0, total_sz); in GKI_getbuf()288 *(uint32_t*)((uint8_t*)p_hdr + BUFFER_HDR_SIZE + size) = MAGIC_NO; in GKI_getbuf()290 p_hdr->task_id = GKI_get_taskid(); in GKI_getbuf()291 p_hdr->status = BUF_STATUS_UNLINKED; in GKI_getbuf()292 p_hdr->p_next = nullptr; in GKI_getbuf()293 p_hdr->Type = 0; in GKI_getbuf()295 p_hdr->q_id = 0; in GKI_getbuf()[all …]
61 struct ext4_extent_header* p_hdr; member83 (le16_to_cpu((__path__)->p_hdr->eh_entries) < le16_to_cpu((__path__)->p_hdr->eh_max))