Searched refs:gh2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.c | 1341 struct gfs2_holder *gh2; variable 1355 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { 1356 if (unlikely(gh2->gh_owner_pid == gh->gh_owner_pid && 1360 !(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { 1366 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) 1369 insert_pt = &gh2->gh_list; 1392 fs_err(sdp, "original: %pSR\n", (void *)gh2->gh_ip); 1393 fs_err(sdp, "pid: %d\n", pid_nr(gh2->gh_owner_pid)); 1395 gh2->gh_gl->gl_name.ln_type, gh2 [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.c | 1481 struct gfs2_holder *gh2; variable 1499 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { 1500 if (likely(gh2->gh_owner_pid != gh->gh_owner_pid)) 1504 if (!pid_is_meaningful(gh2)) 1508 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { 1510 !(gh2->gh_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) { 1516 if (test_bit(HIF_HOLDER, &gh2->gh_iflags)) 1535 fs_err(sdp, "original: %pSR\n", (void *)gh2->gh_ip); 1536 fs_err(sdp, "pid: %d\n", pid_nr(gh2->gh_owner_pid)); 1538 gh2 [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | geneve.c | 477 struct genevehdr *gh, *gh2; in geneve_gro_receive() local 507 gh2 = (struct genevehdr *)(p->data + off_gnv); in geneve_gro_receive() 508 if (gh->opt_len != gh2->opt_len || in geneve_gro_receive() 509 memcmp(gh, gh2, gh_len)) { in geneve_gro_receive()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | geneve.c | 507 struct genevehdr *gh, *gh2; in geneve_gro_receive() local 534 gh2 = (struct genevehdr *)(p->data + off_gnv); in geneve_gro_receive() 535 if (gh->opt_len != gh2->opt_len || in geneve_gro_receive() 536 memcmp(gh, gh2, gh_len)) { in geneve_gro_receive()
|
Completed in 14 milliseconds