Home
last modified time | relevance | path

Searched refs:new_sc (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/hyperv/
Drndis_filter.c982 static void netvsc_sc_open(struct vmbus_channel *new_sc) in netvsc_sc_open() argument
985 u16 chn_index = new_sc->offermsg.offer.sub_channel_index; in netvsc_sc_open()
989 nvscdev = hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
1000 set_per_channel_state(new_sc, nvscdev->sub_cb_buf + (chn_index - 1) * in netvsc_sc_open()
1003 ret = vmbus_open(new_sc, nvscdev->ring_size * PAGE_SIZE, in netvsc_sc_open()
1005 netvsc_channel_cb, new_sc); in netvsc_sc_open()
1008 nvscdev->chn_table[chn_index] = new_sc; in netvsc_sc_open()
/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c589 static void handle_sc_creation(struct vmbus_channel *new_sc) in handle_sc_creation() argument
591 struct hv_device *device = new_sc->primary_channel->device_obj; in handle_sc_creation()
604 vmbus_open(new_sc, in handle_sc_creation()
609 storvsc_on_channel_callback, new_sc); in handle_sc_creation()
/linux-4.4.14/include/linux/
Dhyperv.h730 void (*sc_creation_callback)(struct vmbus_channel *new_sc);
804 void (*sc_cr_cb)(struct vmbus_channel *new_sc));
/linux-4.4.14/drivers/hv/
Dchannel_mgmt.c938 void (*sc_cr_cb)(struct vmbus_channel *new_sc)) in vmbus_set_sc_create_callback() argument
/linux-4.4.14/kernel/
Dcgroup.c2972 unsigned long css_enable, css_disable, old_sc, new_sc, old_ss, new_ss; in cgroup_subtree_control_write() local
3063 new_sc = (old_sc | enable) & ~disable; in cgroup_subtree_control_write()
3064 new_ss = cgroup_calc_child_subsys_mask(cgrp, new_sc); in cgroup_subtree_control_write()
3096 cgrp->subtree_control = new_sc; in cgroup_subtree_control_write()