Home
last modified time | relevance | path

Searched refs:nbound (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Dlanai.c273 int nbound; /* number of bound vccs */ member
1531 if (lanai->nbound++ == 0) { in host_vcc_bind()
1551 if (--lanai->nbound == 0) { in host_vcc_unbind()
2121 lanai->nbound = 0; in lanai_dev_open()
/kernel/linux/linux-6.6/drivers/atm/
H A Dlanai.c273 int nbound; /* number of bound vccs */ member
1530 if (lanai->nbound++ == 0) { in host_vcc_bind()
1550 if (--lanai->nbound == 0) { in host_vcc_unbind()
2120 lanai->nbound = 0; in lanai_dev_open()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py461 nbound = self.nsimdev.dfs_num_bound_progs()
463 if nbound == bound and nprogs == total:
466 raise Exception("Time out waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, nbound, nprogs))
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py461 nbound = self.nsimdev.dfs_num_bound_progs()
463 if nbound == bound and nprogs == total:
466 raise Exception("Time out waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, nbound, nprogs))

Completed in 12 milliseconds