ol                387 drivers/md/dm-snap.c 	struct list_head *ol;
ol                390 drivers/md/dm-snap.c 	ol = &_origins[origin_hash(origin)];
ol                391 drivers/md/dm-snap.c 	list_for_each_entry (o, ol, hash_list)
ol                406 drivers/md/dm-snap.c 	struct list_head *ol;
ol                409 drivers/md/dm-snap.c 	ol = &_dm_origins[origin_hash(origin)];
ol                410 drivers/md/dm-snap.c 	list_for_each_entry (o, ol, hash_list)
ol                673 net/caif/caif_socket.c 		      int lvl, int opt, char __user *ov, unsigned int ol)
ol                684 net/caif/caif_socket.c 		if (ol < sizeof(int))
ol                701 net/caif/caif_socket.c 		if (ol > sizeof(cf_sk->conn_req.param.data) ||
ol                702 net/caif/caif_socket.c 			copy_from_user(&cf_sk->conn_req.param.data, ov, ol)) {
ol                706 net/caif/caif_socket.c 		cf_sk->conn_req.param.size = ol;
ol                685 net/tipc/node.c 	struct tipc_link *ol = node_active_link(n, 0);
ol                713 net/tipc/node.c 	if (!ol) {
ol                724 net/tipc/node.c 	if (tipc_link_prio(nl) > tipc_link_prio(ol)) {
ol                725 net/tipc/node.c 		pr_debug("Old link <%s> becomes standby\n", tipc_link_name(ol));
ol                729 net/tipc/node.c 		tipc_link_set_active(ol, false);
ol                730 net/tipc/node.c 	} else if (tipc_link_prio(nl) == tipc_link_prio(ol)) {
ol                738 net/tipc/node.c 	tipc_link_tnl_prepare(ol, nl, SYNCH_MSG, xmitq);
ol               2951 net/tipc/socket.c 			   char __user *ov, unsigned int ol)
ol               2969 net/tipc/socket.c 		if (ol < sizeof(value))
ol               2975 net/tipc/socket.c 		if (ol < sizeof(mreq))
ol               2981 net/tipc/socket.c 		if (ov || ol)
ol               3040 net/tipc/socket.c 			   char __user *ov, int __user *ol)
ol               3050 net/tipc/socket.c 		return put_user(0, ol);
ol               3053 net/tipc/socket.c 	res = get_user(len, ol);
ol               3103 net/tipc/socket.c 	return put_user(sizeof(value), ol);
ol                381 sound/usb/usx2y/usb_stream.c 	int il, ol, l, p;
ol                386 sound/usb/usx2y/usb_stream.c 	ol = s->playback1st_size;
ol                401 sound/usb/usx2y/usb_stream.c 		if (il <= ol) {
ol                404 sound/usb/usx2y/usb_stream.c 			ol -= il;
ol                406 sound/usb/usx2y/usb_stream.c 			memcpy(o, i, ol);
ol                407 sound/usb/usx2y/usb_stream.c 			singen_6pack(o, ol);
ol                409 sound/usb/usx2y/usb_stream.c 			memcpy(o, i + ol, il - ol);
ol                410 sound/usb/usx2y/usb_stream.c 			o += il - ol;
ol                411 sound/usb/usx2y/usb_stream.c 			ol = s->period_size - s->playback1st_size;