Searched refs:remotes (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/platform/uv/ |
D | tlb_uv.c | 991 int remotes, struct bau_desc *bau_desc) in record_send_statistics() argument 994 stat->s_ntargcpu += remotes + locals; in record_send_statistics() 995 stat->s_ntargremotes += remotes; in record_send_statistics() 1085 int remotes = 0; in uv_flush_tlb_others() local 1135 if (set_distrib_bits(flush_mask, bcp, bau_desc, &locals, &remotes)) in uv_flush_tlb_others() 1138 record_send_statistics(stat, locals, hubs, remotes, bau_desc); in uv_flush_tlb_others()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 108 struct list_head remotes; member 252 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu() 257 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl() 493 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst() 514 rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list); in vxlan_fdb_replace() 543 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append() 769 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_create() 793 list_for_each_entry_safe(rd, nd, &f->remotes, list) in vxlan_fdb_free() 936 if (rd && !list_is_singular(&f->remotes)) { in vxlan_fdb_delete() 969 list_for_each_entry_rcu(rd, &f->remotes, list) { in vxlan_fdb_dump() [all …]
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
D | Kconfig | 62 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
|
/linux-4.1.27/drivers/media/rc/ |
D | Kconfig | 94 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes), 141 These are RF remotes with USB receivers.
|
/linux-4.1.27/drivers/input/misc/ |
D | Kconfig | 347 These are RF remotes with USB receivers.
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 141 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
|