Searched refs:pe2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/md/ |
A D | dm-snap.c | 1774 struct dm_snap_pending_exception *pe2; in copy_callback() local 1780 BUG_ON(pe->exception_sequence == pe2->exception_sequence); in copy_callback() 1781 if (pe->exception_sequence < pe2->exception_sequence) in copy_callback() 1898 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local 1900 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception() 1901 if (pe2) { in __find_pending_exception() 1903 return pe2; in __find_pending_exception() 2442 struct dm_snap_pending_exception *pe, *pe2; in __origin_write() local 2490 pe2 = __lookup_pending_exception(snap, chunk); in __origin_write() 2492 if (!pe2) { in __origin_write() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | nvidia,tegra194-pinmux.yaml | 40 nv, pe0, pe1, pe2, pe3, pe4, pe5, qspi, qspi0, qspi1, rsvd0,
|
/linux-6.3-rc2/net/smc/ |
A D | smc_pnet.c | 774 struct smc_pnetids_ndev_entry *pe, *pe2; in smc_pnet_remove_pnetid() local 777 list_for_each_entry_safe(pe, pe2, &sn->pnetids_ndev.list, list) { in smc_pnet_remove_pnetid()
|
/linux-6.3-rc2/drivers/pinctrl/tegra/ |
A D | pinctrl-tegra194.c | 1251 TEGRA_PIN_FUNCTION(pe2),
|
Completed in 16 milliseconds