Searched refs:obj_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_main.c154 list_for_each_entry_safe(evt, tmp, &uobj->comp_list, obj_list) {
164 list_for_each_entry_safe(evt, tmp, &uobj->async_list, obj_list) {
177 list_for_each_entry_safe(evt, tmp, &uobj->event_list, obj_list) {
340 list_del(&event->obj_list);
391 list_del(&entry->obj_list);
441 list_add_tail(&entry->obj_list, &uobj->comp_list);
452 struct list_head *obj_list,
475 if (obj_list)
476 list_add_tail(&entry->obj_list, obj_list);
450 ib_uverbs_async_handler(struct ib_uverbs_file *file, __u64 element, __u64 event, struct list_head *obj_list, u32 *counter) argument
[all...]
H A Duverbs.h107 struct list_head obj_list; member in struct:ib_uverbs_event
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c184 static Obj_Entry *obj_list; /* Head of linked list of shared objects */ variable
188 static unsigned int obj_count; /* Number of objects in obj_list */
189 static unsigned int obj_loads; /* Number of objects in obj_list */
543 for (obj = obj_list; obj != NULL; obj = obj->next) {
601 allocate_initial_tls(obj_list);
610 initlist_add_objects(obj_list, preload_tail, &initlist);
639 for (obj = obj_list->next; obj != NULL; obj = obj->next) {
1345 for (obj = obj_list; obj != NULL; obj = obj->next)
1819 obj_tail = &obj_list;
2039 for (obj = obj_list
[all...]

Completed in 98 milliseconds