Home
last modified time | relevance | path

Searched defs:target_index (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c154 int target_index = -1; in setup() local
H A Dlwt_redirect.c195 int target_index = -1; in setup_redirect_target() local
/linux/net/nfc/
H A Dcore.c280 int nfc_dep_link_up(struct nfc_dev *dev, int target_index, u8 comm_mode) in nfc_dep_link_up()
/linux/rust/kernel/
H A Dcpufreq.rs785 fn target_index(_policy: &mut Policy, _index: TableIndex) -> Result { in target_index() method