Lines Matching defs:head
44 struct list_head head;
58 list_for_each_entry(ntfy, &cli->notifys, head) {
68 list_del(&ntfy->head);
160 list_add(&ntfy->head, &cli->notifys);
250 struct list_head head;
259 list_del(&object->head);
276 list_add(&object->head, &cli->objects);
361 list_del(&object->head);
384 list_for_each_entry_safe(notify, ntemp, &cli->notifys, head) {
388 list_for_each_entry_safe(object, otemp, &cli->objects, head) {