Searched refs:neighbor (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 323 struct spu_context *tmp, *neighbor, *err; in spufs_assert_affinity() local 344 neighbor = NULL; in spufs_assert_affinity() 349 neighbor = get_spu_context( in spufs_assert_affinity() 352 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity() 353 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 354 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity() 360 if (gang != neighbor->gang) { in spufs_assert_affinity() 368 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity() 383 return neighbor; in spufs_assert_affinity() 386 put_spu_context(neighbor); in spufs_assert_affinity() [all …]
|
D | syscalls.c | 63 umode_t mode, struct file *neighbor) in do_spu_create() argument 72 ret = spufs_create(&path, dentry, flags, mode, neighbor); in do_spu_create()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 80 struct fd neighbor = fdget(neighbor_fd); in SYSCALL_DEFINE4() local 82 if (neighbor.file) { in SYSCALL_DEFINE4() 83 ret = calls->create_thread(name, flags, mode, neighbor.file); in SYSCALL_DEFINE4() 84 fdput(neighbor); in SYSCALL_DEFINE4()
|
/linux-4.4.14/include/net/ |
D | dn_dev.h | 131 __u8 neighbor[6]; member
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | smt.c | 88 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor); 1044 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config() 1317 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor() argument 1319 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ; in smt_fill_neighbor() 1321 neighbor->nb_mib_index = INDEX_MAC ; in smt_fill_neighbor() 1322 neighbor->nb_mac_index = mac_index(smc,1) ; in smt_fill_neighbor() 1323 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_fill_neighbor() 1324 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ; in smt_fill_neighbor()
|
/linux-4.4.14/Documentation/networking/ |
D | switchdev.txt | 366 nexthop gateways must be resolved to the neighbor's mac address. Neighbor mac 368 arp_tbl neighbor table. To resolve the routes nexthop gateways, the driver 369 should trigger the kernel's neighbor resolution process. See the rocker 375 to know when arp_tbl neighbor entries are purged from the port.
|
D | vrf.txt | 193 To list neighbor entries associated with devices enslaved to a VRF device
|
D | ip-sysctl.txt | 84 Maximum number of neighbor entries allowed. Increase this 1586 responding to a unicast neighbor solicitation. 1626 1 - (default) discard fragmented neighbor discovery packets 1627 0 - allow fragmented neighbor discovery packets
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smt.h | 749 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | spu.h | 244 struct file *neighbor);
|
/linux-4.4.14/net/decnet/ |
D | dn_dev.c | 854 memcpy(msg->neighbor, dn_hiord, ETH_ALEN); in dn_send_endnode_hello() 858 dn_dn2eth(msg->neighbor, dn->addr); in dn_send_endnode_hello()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 1309 i + 1, ev->num_neighbors, ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1310 ev->neighbor[i].bss_flags); in ath6kl_wmi_neighbor_report_event_rx() 1312 ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1313 !!(ev->neighbor[i].bss_flags & in ath6kl_wmi_neighbor_report_event_rx()
|
D | wmi.h | 1723 struct wmi_neighbor_info neighbor[0]; member
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 201 neighbor node with sufficient contiguous memory. To do this would cause
|