Home
last modified time | relevance | path

Searched refs:learned (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/Documentation/process/
Dindex.rst12 to be learned about the kernel in a technical sense, it is also important
Dstable-api-nonsense.rst98 of release, I learned this the hard way a long time ago...
/Linux-v5.4/drivers/net/ethernet/rocker/
Drocker_ofdpa.c131 bool learned; member
1824 bool learned = (lw->flags & OFDPA_OP_FLAG_LEARNED); in ofdpa_port_fdb_learn_work() local
1831 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()
/Linux-v5.4/Documentation/media/v4l-drivers/
Dradiotrack.rst33 I did not get much success, but I learned about programming ioports under
/Linux-v5.4/Documentation/networking/
Dswitchdev.txt167 - Notification of learned/forgotten src mac/vlans from device
231 Learning_sync attribute enables syncing of the learned/forgotten FDB entry to
/Linux-v5.4/Documentation/usb/
DCREDITS32 Much has been learned from that effort.
/Linux-v5.4/Documentation/
Dcrc32.txt13 It's actually the same long division you learned in school, except that:
/Linux-v5.4/Documentation/ioctl/
Dbotching-up-ioctls.rst18 lessons learned while botching the job for the drm/i915 driver. Most of these
/Linux-v5.4/Documentation/RCU/
Drcu_dereference.txt117 cannot use anything it learned from the comparison
/Linux-v5.4/Documentation/filesystems/
Dproc.txt2038 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
/Linux-v5.4/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst4112 So far, you've learned how to write the driver codes. And you might have