| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | netconsole.c | 65 static LIST_HEAD(target_list); 642 list_add(&nt->list, &target_list); in make_netconsole_target() 705 list_for_each_entry(nt, &target_list, list) { in netconsole_netdev_event() 825 if ((oops_only && !oops_in_progress) || list_empty(&target_list)) in write_ext_msg() 829 list_for_each_entry(nt, &target_list, list) in write_ext_msg() 845 if (list_empty(&target_list)) in write_msg() 849 list_for_each_entry(nt, &target_list, list) { in write_msg() 904 list_add(&nt->list, &target_list); in init_netconsole() 935 list_for_each_entry_safe(nt, tmp, &target_list, list) { in init_netconsole() 960 list_for_each_entry_safe(nt, tmp, &target_list, list) { in cleanup_netconsole()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | builder.py | 866 def PrintSizeDetail(self, target_list, show_bloat): argument 876 targets_by_diff = sorted(target_list, reverse=True, 971 for arch, target_list in arch_list.iteritems(): 974 for result in target_list: 987 count = len(target_list) 1006 self.PrintSizeDetail(target_list, show_bloat) 1169 for arch, target_list in arch_list.iteritems(): 1170 Print('%10s: %s' % (arch, target_list))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bcmsdh.c | 384 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local 396 target_list = pktlist; in brcmf_sdiod_sglist_rw() 419 target_list = &local_list; in brcmf_sdiod_sglist_rw() 425 target_list->qlen); in brcmf_sdiod_sglist_rw() 447 skb_queue_walk(target_list, pkt_next) { in brcmf_sdiod_sglist_rw()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | module.h | 311 struct list_head target_list; member 532 struct list_head target_list; member
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder.c | 414 struct list_head *target_list) in binder_enqueue_work_ilocked() argument 416 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked() 418 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked() 925 struct list_head *target_list) in binder_inc_node_nilocked() argument 934 if (target_list == NULL && in binder_inc_node_nilocked() 946 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked() 947 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked() 950 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked() 958 if (target_list == NULL) { in binder_inc_node_nilocked() 966 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.h | 116 struct list_head target_list; member
|
| H A D | ib_srp.c | 3140 list_add_tail(&target->list, &host->target_list); in srp_add_target() 3197 list_for_each_entry(t, &host->target_list, list) { in srp_conn_unique() 3898 INIT_LIST_HEAD(&host->target_list); in srp_add_port() 4043 list_for_each_entry(target, &host->target_list, list) in srp_remove_one()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 837 INIT_LIST_HEAD(&mod->target_list); in module_unload_init() 879 list_add(&use->target_list, &a->target_list); in add_module_usage() 910 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free() 915 list_del(&use->target_list); in module_unload_free() 1788 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links() 1801 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | README | 389 global target_list 393 set target_list "mips-sim" 397 set target_list { "unix" }
|