Searched refs:learned (Results 1 – 11 of 11) sorted by relevance
12 to be learned about the kernel in a technical sense, it is also important
98 of release, I learned this the hard way a long time ago...
131 bool learned; member1824 bool learned = (lw->flags & OFDPA_OP_FLAG_LEARNED); in ofdpa_port_fdb_learn_work() local1831 if (learned && removing) in ofdpa_port_fdb_learn_work()1834 else if (learned && !removing) in ofdpa_port_fdb_learn_work()1910 fdb->learned = (flags & OFDPA_OP_FLAG_LEARNED); in ofdpa_port_fdb()1966 if (!found->learned) in ofdpa_port_fdb_flush()1998 if (!entry->learned) in ofdpa_fdb_cleanup()
33 I did not get much success, but I learned about programming ioports under
167 - Notification of learned/forgotten src mac/vlans from device231 Learning_sync attribute enables syncing of the learned/forgotten FDB entry to
32 Much has been learned from that effort.
13 It's actually the same long division you learned in school, except that:
18 lessons learned while botching the job for the drm/i915 driver. Most of these
117 cannot use anything it learned from the comparison
2038 pid value exists (it can be learned by other means, e.g. by "kill -0 $PID"),2039 but it hides process' uid and gid, which may be learned by stat()'ing
4112 So far, you've learned how to write the driver codes. And you might have