HomeSort by: relevance | last modified time | path
    Searched defs:list_del (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_linux_list.h 70 list_del(struct list_head *entry) { function in typeref:typename:void
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
list.h 76 * list_del(&foo->entry);
79 * Note: calling list_del(&bar.list_of_foos) will set bar.list_of_foos to an empty
91 * Note: You must not call list_del() on the iterator if you continue the
97 * list_del(&iterator->entry);
199 * Using list_del on a pure list head (like in the example at the top of
204 * list_del(&foo->entry);
209 list_del(struct list_head *entry) function in typeref:typename:void
  /src/sys/external/bsd/common/include/linux/
list.h 166 list_del(struct list_head *entry) function in typeref:typename:void
222 list_del(node);
229 list_del(node);
267 list_del(node);

Completed in 13 milliseconds