Home
last modified time | relevance | path

Searched refs:gh2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ipv4/
Dgeneve.c155 struct genevehdr *gh, *gh2; in geneve_gro_receive() local
187 gh2 = (struct genevehdr *)(p->data + off_gnv); in geneve_gro_receive()
188 if (gh->opt_len != gh2->opt_len || in geneve_gro_receive()
189 memcmp(gh, gh2, gh_len)) { in geneve_gro_receive()
/linux-4.1.27/fs/gfs2/
Dglock.c933 struct gfs2_holder *gh2; in add_to_queue() local
947 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()
948 if (unlikely(gh2->gh_owner_pid == gh->gh_owner_pid && in add_to_queue()
952 !(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { in add_to_queue()
958 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) in add_to_queue()
961 insert_pt = &gh2->gh_list; in add_to_queue()
985 pr_err("original: %pSR\n", (void *)gh2->gh_ip); in add_to_queue()
986 pr_err("pid: %d\n", pid_nr(gh2->gh_owner_pid)); in add_to_queue()
988 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()