neighbor          231 arch/powerpc/include/asm/spu.h 					struct file *neighbor);
neighbor           67 arch/powerpc/platforms/cell/spu_syscalls.c 		struct fd neighbor = fdget(neighbor_fd);
neighbor           69 arch/powerpc/platforms/cell/spu_syscalls.c 		if (neighbor.file) {
neighbor           70 arch/powerpc/platforms/cell/spu_syscalls.c 			ret = calls->create_thread(name, flags, mode, neighbor.file);
neighbor           71 arch/powerpc/platforms/cell/spu_syscalls.c 			fdput(neighbor);
neighbor          305 arch/powerpc/platforms/cell/spufs/inode.c 	struct spu_context *tmp, *neighbor, *err;
neighbor          326 arch/powerpc/platforms/cell/spufs/inode.c 	neighbor = NULL;
neighbor          331 arch/powerpc/platforms/cell/spufs/inode.c 		neighbor = get_spu_context(
neighbor          334 arch/powerpc/platforms/cell/spufs/inode.c 		if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) &&
neighbor          335 arch/powerpc/platforms/cell/spufs/inode.c 		    !list_is_last(&neighbor->aff_list, &gang->aff_list_head) &&
neighbor          336 arch/powerpc/platforms/cell/spufs/inode.c 		    !list_entry(neighbor->aff_list.next, struct spu_context,
neighbor          342 arch/powerpc/platforms/cell/spufs/inode.c 		if (gang != neighbor->gang) {
neighbor          350 arch/powerpc/platforms/cell/spufs/inode.c 		if (list_empty(&neighbor->aff_list))
neighbor          365 arch/powerpc/platforms/cell/spufs/inode.c 	return neighbor;
neighbor          368 arch/powerpc/platforms/cell/spufs/inode.c 	put_spu_context(neighbor);
neighbor          374 arch/powerpc/platforms/cell/spufs/inode.c 					struct spu_context *neighbor)
neighbor          380 arch/powerpc/platforms/cell/spufs/inode.c 		if (list_empty(&neighbor->aff_list)) {
neighbor          381 arch/powerpc/platforms/cell/spufs/inode.c 			list_add_tail(&neighbor->aff_list,
neighbor          383 arch/powerpc/platforms/cell/spufs/inode.c 			neighbor->aff_head = 1;
neighbor          386 arch/powerpc/platforms/cell/spufs/inode.c 		if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head)
neighbor          387 arch/powerpc/platforms/cell/spufs/inode.c 		    || list_entry(neighbor->aff_list.next, struct spu_context,
neighbor          389 arch/powerpc/platforms/cell/spufs/inode.c 			list_add(&ctx->aff_list, &neighbor->aff_list);
neighbor          391 arch/powerpc/platforms/cell/spufs/inode.c 			list_add_tail(&ctx->aff_list, &neighbor->aff_list);
neighbor          392 arch/powerpc/platforms/cell/spufs/inode.c 			if (neighbor->aff_head) {
neighbor          393 arch/powerpc/platforms/cell/spufs/inode.c 				neighbor->aff_head = 0;
neighbor          411 arch/powerpc/platforms/cell/spufs/inode.c 	struct spu_context *neighbor;
neighbor          426 arch/powerpc/platforms/cell/spufs/inode.c 	neighbor = NULL;
neighbor          433 arch/powerpc/platforms/cell/spufs/inode.c 		neighbor = spufs_assert_affinity(flags, gang, aff_filp);
neighbor          434 arch/powerpc/platforms/cell/spufs/inode.c 		if (IS_ERR(neighbor)) {
neighbor          435 arch/powerpc/platforms/cell/spufs/inode.c 			ret = PTR_ERR(neighbor);
neighbor          446 arch/powerpc/platforms/cell/spufs/inode.c 								neighbor);
neighbor          447 arch/powerpc/platforms/cell/spufs/inode.c 		if (neighbor)
neighbor          448 arch/powerpc/platforms/cell/spufs/inode.c 			put_spu_context(neighbor);
neighbor           64 arch/powerpc/platforms/cell/spufs/syscalls.c 		umode_t mode, struct file *neighbor)
neighbor           73 arch/powerpc/platforms/cell/spufs/syscalls.c 		ret = spufs_create(&path, dentry, flags, mode, neighbor);
neighbor          745 drivers/net/fddi/skfp/h/smt.h 	struct smt_p_neighbor	neighbor ;	/* neighbors, we have only one*/
neighbor           83 drivers/net/fddi/skfp/smt.c static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor);
neighbor         1039 drivers/net/fddi/skfp/smt.c 	smt_fill_neighbor(smc,&sif->neighbor);	/* set station neighbor */
neighbor         1312 drivers/net/fddi/skfp/smt.c static void smt_fill_neighbor(struct s_smc *smc, struct smt_p_neighbor *neighbor)
neighbor         1314 drivers/net/fddi/skfp/smt.c 	SMTSETPARA(neighbor,SMT_P_NEIGHBORS) ;
neighbor         1316 drivers/net/fddi/skfp/smt.c 	neighbor->nb_mib_index = INDEX_MAC ;
neighbor         1317 drivers/net/fddi/skfp/smt.c 	neighbor->nb_mac_index = mac_index(smc,1) ;
neighbor         1318 drivers/net/fddi/skfp/smt.c 	neighbor->nb_una = smc->mib.m[MAC0].fddiMACUpstreamNbr ;
neighbor         1319 drivers/net/fddi/skfp/smt.c 	neighbor->nb_dna = smc->mib.m[MAC0].fddiMACDownstreamNbr ;
neighbor         1302 drivers/net/wireless/ath/ath6kl/wmi.c 	if (struct_size(ev, neighbor, ev->num_neighbors) > len) {
neighbor         1310 drivers/net/wireless/ath/ath6kl/wmi.c 			   i + 1, ev->num_neighbors, ev->neighbor[i].bssid,
neighbor         1311 drivers/net/wireless/ath/ath6kl/wmi.c 			   ev->neighbor[i].bss_flags);
neighbor         1313 drivers/net/wireless/ath/ath6kl/wmi.c 						ev->neighbor[i].bssid,
neighbor         1314 drivers/net/wireless/ath/ath6kl/wmi.c 						!!(ev->neighbor[i].bss_flags &
neighbor         1723 drivers/net/wireless/ath/ath6kl/wmi.h 	struct wmi_neighbor_info neighbor[0];
neighbor          132 include/net/dn_dev.h 	__u8   neighbor[6];
neighbor          859 net/decnet/dn_dev.c 	memcpy(msg->neighbor, dn_hiord, ETH_ALEN);
neighbor          863 net/decnet/dn_dev.c 		dn_dn2eth(msg->neighbor, dn->addr);