/Linux-v5.4/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 305 struct spu_context *tmp, *neighbor, *err; in spufs_assert_affinity() local 326 neighbor = NULL; in spufs_assert_affinity() 331 neighbor = get_spu_context( in spufs_assert_affinity() 334 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity() 335 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 336 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity() 342 if (gang != neighbor->gang) { in spufs_assert_affinity() 350 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity() 365 return neighbor; in spufs_assert_affinity() 368 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-v5.4/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 67 struct fd neighbor = fdget(neighbor_fd); in SYSCALL_DEFINE4() local 69 if (neighbor.file) { in SYSCALL_DEFINE4() 70 ret = calls->create_thread(name, flags, mode, neighbor.file); in SYSCALL_DEFINE4() 71 fdput(neighbor); in SYSCALL_DEFINE4()
|
/Linux-v5.4/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-v5.4/Documentation/ABI/obsolete/ |
D | sysfs-class-net-batman-adv | 9 emits probing packets for neighbor sensing (ELP).
|
/Linux-v5.4/include/net/ |
D | dn_dev.h | 132 __u8 neighbor[6]; member
|
/Linux-v5.4/drivers/net/fddi/skfp/ |
D | smt.c | 83 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor); 1039 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config() 1312 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor() argument 1314 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ; in smt_fill_neighbor() 1316 neighbor->nb_mib_index = INDEX_MAC ; in smt_fill_neighbor() 1317 neighbor->nb_mac_index = mac_index(smc,1) ; in smt_fill_neighbor() 1318 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_fill_neighbor() 1319 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ; in smt_fill_neighbor()
|
/Linux-v5.4/Documentation/networking/ |
D | switchdev.txt | 364 nexthop gateways must be resolved to the neighbor's mac address. Neighbor mac 366 arp_tbl neighbor table. To resolve the routes nexthop gateways, the driver 367 should trigger the kernel's neighbor resolution process. See the rocker 373 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 117 Maximum number of non-PERMANENT neighbor entries allowed. Increase 1857 responding to a unicast neighbor solicitation. 1906 1 - (default) discard fragmented neighbor discovery packets 1907 0 - allow fragmented neighbor discovery packets 1960 Drop all unsolicited neighbor advertisements, for example if there's 1967 Include a nonce option in the IPv6 neighbor solicitation messages used for
|
D | vrf.txt | 220 To list neighbor entries associated with devices enslaved to a VRF device
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | unstriped.rst | 97 neighbor environments. When two partitions are created on the
|
/Linux-v5.4/net/batman-adv/ |
D | Kconfig | 28 changes include splitting of the OGM protocol into a neighbor
|
/Linux-v5.4/drivers/net/fddi/skfp/h/ |
D | smt.h | 745 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | spu.h | 231 struct file *neighbor);
|
/Linux-v5.4/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-v5.4/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 1302 if (struct_size(ev, neighbor, ev->num_neighbors) > len) { in ath6kl_wmi_neighbor_report_event_rx() 1310 i + 1, ev->num_neighbors, ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1311 ev->neighbor[i].bss_flags); in ath6kl_wmi_neighbor_report_event_rx() 1313 ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1314 !!(ev->neighbor[i].bss_flags & in ath6kl_wmi_neighbor_report_event_rx()
|
D | wmi.h | 1723 struct wmi_neighbor_info neighbor[0]; member
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 228 neighbor node with sufficient contiguous memory. To do this would cause
|