Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dglock.c1405 struct gfs2_holder *current_gh, *gh2; in gfs2_should_queue_trylock() local
1411 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in gfs2_should_queue_trylock()
1412 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) in gfs2_should_queue_trylock()
1414 if (!(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) in gfs2_should_queue_trylock()
1441 struct gfs2_holder *gh2; in add_to_queue() local
1454 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue()
1455 if (likely(gh2->gh_owner_pid != gh->gh_owner_pid)) in add_to_queue()
1459 if (!pid_is_meaningful(gh2)) in add_to_queue()
1470 fs_err(sdp, "original: %pSR\n", (void *)gh2->gh_ip); in add_to_queue()
1471 fs_err(sdp, "pid: %d\n", pid_nr(gh2->gh_owner_pid)); in add_to_queue()
[all …]
/linux/drivers/net/
H A Dgeneve.c795 const struct genevehdr *gh2, in geneve_hdr_match() argument
804 if (gh->opt_len != gh2->opt_len) in geneve_hdr_match()
808 if (memcmp(gh, gh2, gh_len)) in geneve_hdr_match()
819 nested2 = (void *)gh2 + gh_len; in geneve_hdr_match()
875 struct genevehdr *gh, *gh2; in geneve_gro_receive() local
921 gh2 = (struct genevehdr *)(p->data + off_gnv); in geneve_gro_receive()
922 if (!geneve_hdr_match(skb, gh, gh2, hint_off)) { in geneve_gro_receive()