Home
last modified time | relevance | path

Searched hist:e432947ef5500f0c89ab044e00ee7842d38bdb39 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dlist.hdiff e432947ef5500f0c89ab044e00ee7842d38bdb39 Fri Jul 08 20:50:21 CDT 2022 Yang Jihong <yangjihong1@huawei.com> tools lib: Add list_last_entry_or_null()

Add list_last_entry_or_null() to get the last element from a list,
returns NULL if the list is empty.

Signed-off-by: Yang Jihong <yangjihong1@huawei.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Clarke <pc@us.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220709015033.38326-6-yangjihong1@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>