/Linux-v4.19/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 | 64 umode_t mode, struct file *neighbor) in do_spu_create() argument 73 ret = spufs_create(&path, dentry, flags, mode, neighbor); in do_spu_create()
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 81 struct fd neighbor = fdget(neighbor_fd); in SYSCALL_DEFINE4() local 83 if (neighbor.file) { in SYSCALL_DEFINE4() 84 ret = calls->create_thread(name, flags, mode, neighbor.file); in SYSCALL_DEFINE4() 85 fdput(neighbor); in SYSCALL_DEFINE4()
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | TODO | 5 - The CSI subdevice parses its nearest upstream neighbor's device-tree 7 instead the CSI subdev should call its neighbor's g_mbus_config op
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-batman-adv | 7 emits probing packets for neighbor sensing (ELP).
|
/Linux-v4.19/include/net/ |
D | dn_dev.h | 132 __u8 neighbor[6]; member
|
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | smt.c | 87 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor); 1043 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config() 1316 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor() argument 1318 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ; in smt_fill_neighbor() 1320 neighbor->nb_mib_index = INDEX_MAC ; in smt_fill_neighbor() 1321 neighbor->nb_mac_index = mac_index(smc,1) ; in smt_fill_neighbor() 1322 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_fill_neighbor() 1323 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ; in smt_fill_neighbor()
|
/Linux-v4.19/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 | ipvlan.txt | 88 neighbor will have source and destination mac same. This will make the switch /
|
D | ip-sysctl.txt | 67 Use status of existing neighbor entry when determining nexthop for 68 multipath routes. If disabled, neighbor information is not used and 111 Maximum number of neighbor entries allowed. Increase this 1760 responding to a unicast neighbor solicitation. 1809 1 - (default) discard fragmented neighbor discovery packets 1810 0 - allow fragmented neighbor discovery packets 1863 Drop all unsolicited neighbor advertisements, for example if there's 1870 Include a nonce option in the IPv6 neighbor solicitation messages used for
|
D | vrf.txt | 206 To list neighbor entries associated with devices enslaved to a VRF device
|
/Linux-v4.19/Documentation/device-mapper/ |
D | unstriped.txt | 93 neighbor environments. When two partitions are created on the
|
/Linux-v4.19/net/batman-adv/ |
D | Kconfig | 41 changes include splitting of the OGM protocol into a neighbor
|
/Linux-v4.19/drivers/net/fddi/skfp/h/ |
D | smt.h | 749 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | spu.h | 244 struct file *neighbor);
|
/Linux-v4.19/net/decnet/ |
D | dn_dev.c | 859 memcpy(msg->neighbor, dn_hiord, ETH_ALEN); in dn_send_endnode_hello() 863 dn_dn2eth(msg->neighbor, dn->addr); in dn_send_endnode_hello()
|
/Linux-v4.19/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-v4.19/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 228 neighbor node with sufficient contiguous memory. To do this would cause
|