Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py461 nbound = self.nsimdev.dfs_num_bound_progs()
463 if nbound == bound and nprogs == total:
466 …program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, nbound, nprogs))