Man page 9 : kfifo_initialized Table des matières 1. NAME 2. SYNOPSIS 3. ARGUMENTS 4. DESCRIPTION 5. COPYRIGHT "KFIFO_INITIALIZED" "9" "August 2013" "Kernel Hackers Manual 3.10" "FIFO Buffer" Page d'accueil du man Cette page de documentation est issue d'une conversion automatique de developpez.com. Les traductions proviennent des sites Debian, Linux Kernel et du projet Perkamon. N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires . Article lu fois. L'article Publié le 27 août 2013 1. NAME▲ kfifo_initialized - Check if the fifo is initialized 2. SYNOPSIS ▲ kfifo_initialized( fifo ); 3. ARGUMENTS ▲ fifo address of the fifo to check 4. DESCRIPTION ▲ Return true if fifo is initialized, otherwise false. Assumes the fifo was 0 before. 5. COPYRIGHT ▲