Man Page: list_first_entry_or_null
Operating Environment: centos
Section: 9
LIST_FIRST_ENTRY_OR_(9) Data Types LIST_FIRST_ENTRY_OR_(9)NAMElist_first_entry_or_null - get the first element from a listSYNOPSISlist_first_entry_or_null(ptr, type, member);ARGUMENTSptr the list head to take the element from. type the type of the struct this is embedded in. member the name of the list_struct within the struct.DESCRIPTIONNote that if the list is empty, it returns NULL.COPYRIGHTKernel Hackers Manual 3.10 June 2014 LIST_FIRST_ENTRY_OR_(9)
| Related Man Pages |
|---|
| osatomicenqueue(3) - mojave |
| osatomicdequeue(3) - mojave |
| list(3) - debian |
| lreplace(n) - opendarwin |
| list(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| Tar Command |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |