| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 279 struct spu_context *tmp, *neighbor, *err; in spufs_assert_affinity() local 300 neighbor = NULL; in spufs_assert_affinity() 305 neighbor = get_spu_context( in spufs_assert_affinity() 308 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity() 309 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 310 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity() 316 if (gang != neighbor->gang) { in spufs_assert_affinity() 324 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity() 339 return neighbor; in spufs_assert_affinity() 342 put_spu_context(neighbor); in spufs_assert_affinity() [all …]
|
| H A 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/rust/kernel/ |
| H A D | rbtree.rs | 844 // SAFETY: The passed `node` is the current node or a non-null neighbor, in to_key_value() 847 // SAFETY: The passed `node` is the current node or a non-null neighbor, in to_key_value() 864 self.get_neighbor_raw(direction).map(|neighbor| { in peek() 866 // - `neighbor` is a valid tree node. in peek() 868 unsafe { Self::to_key_value(neighbor) } 874 let neighbor = unsafe { in get_neighbor_raw() 881 NonNull::new(neighbor) 952 if let Some(neighbor) = self.get_neighbor_raw(direction) { in remove_neighbor() 953 let neighbor = neighbor in remove_neighbor() 871 let neighbor = unsafe { get_neighbor_raw() localVariable 950 let neighbor = neighbor.as_ptr(); remove_neighbor() localVariable 1023 let neighbor = unsafe { get_neighbor_raw() localVariable [all...] |
| /linux/arch/powerpc/platforms/cell/ |
| H A D | spu_syscalls.c | 69 CLASS(fd, neighbor)(neighbor_fd); in DEFINE_CLASS() 70 if (fd_empty(neighbor)) in DEFINE_CLASS() 72 return calls->create_thread(name, flags, mode, fd_file(neighbor)); in DEFINE_CLASS()
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | smt.c | 79 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor); 1035 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config() 1308 static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor) in smt_fill_neighbor() argument 1310 SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ; in smt_fill_neighbor() 1312 neighbor->nb_mib_index = INDEX_MAC ; in smt_fill_neighbor() 1313 neighbor->nb_mac_index = mac_index(smc,1) ; in smt_fill_neighbor() 1314 neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_fill_neighbor() 1315 neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ; in smt_fill_neighbor()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | unstriped.rst | 97 neighbor environments. When two partitions are created on the
|
| /linux/Documentation/networking/ |
| H A D | switchdev.rst | 402 nexthop gateways must be resolved to the neighbor's mac address. Neighbor mac 404 arp_tbl neighbor table. To resolve the routes nexthop gateways, the driver 405 should trigger the kernel's neighbor resolution process. See the rocker 411 to know when arp_tbl neighbor entries are purged from the port.
|
| H A D | ipvlan.rst | 117 neighbor will have source and destination mac same. This will make the switch /
|
| H A D | vrf.rst | 255 To list neighbor entries associated with devices enslaved to a VRF device
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | smt.h | 745 struct smt_p_neighbor neighbor ; /* neighbors, we have only one*/ member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | spu.h | 217 struct file *neighbor);
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 1296 if (struct_size(ev, neighbor, ev->num_neighbors) > len) { in ath6kl_wmi_neighbor_report_event_rx() 1304 i + 1, ev->num_neighbors, ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1305 ev->neighbor[i].bss_flags); in ath6kl_wmi_neighbor_report_event_rx() 1307 ev->neighbor[i].bssid, in ath6kl_wmi_neighbor_report_event_rx() 1308 !!(ev->neighbor[i].bss_flags & in ath6kl_wmi_neighbor_report_event_rx()
|