Searched refs:p_hdr (Results 1 – 2 of 2) sorted by relevance
90 BUFFER_HDR_T *p_hdr; in TNETWArb_getnext() local92 p_hdr = (BUFFER_HDR_T *) ((UINT8 *) p_buf - BUFFER_HDR_SIZE); in TNETWArb_getnext()94 if (p_hdr->p_next) in TNETWArb_getnext()96 return ((UINT8 *)p_hdr->p_next + BUFFER_HDR_SIZE); in TNETWArb_getnext()116 BUFFER_HDR_T *p_hdr; in TNETWArb_remove_from_queue() local121 p_hdr = (BUFFER_HDR_T *)(p_q->p_first) - 1; in TNETWArb_remove_from_queue()123 if ((void *)(p_hdr + 1) == p_buf) in TNETWArb_remove_from_queue()126 for ( ; p_hdr; p_hdr = p_hdr->p_next) in TNETWArb_remove_from_queue()128 if ((void *)(p_hdr->p_next + 1) == p_buf) in TNETWArb_remove_from_queue()130 p_hdr->p_next = ((BUFFER_HDR_T *)p_buf - 1)->p_next; in TNETWArb_remove_from_queue()[all …]
61 struct ext4_extent_header *p_hdr; member80 …S_FREE_INDEX(__path__) (le16_to_cpu((__path__)->p_hdr->eh_entries) < le16_to_cpu((__path__)->p…