Home
last modified time | relevance | path

Searched refs:for_each_subchannel_staged (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/s390/cio/
H A Dchsc.c269 for_each_subchannel_staged(s390_subchannel_remove_chpid, NULL, &link); in chsc_chp_offline()
302 for_each_subchannel_staged(__s390_process_res_acc, NULL, link); in s390_process_res_acc()
625 for_each_subchannel_staged(process_fces_event, NULL, &link); in chsc_process_sei_fces_event()
772 for_each_subchannel_staged(__s390_process_res_acc, NULL, in chsc_chp_online()
824 for_each_subchannel_staged(s390_subchannel_vary_chpid_on, in chsc_chp_vary()
828 for_each_subchannel_staged(s390_subchannel_vary_chpid_off, in chsc_chp_vary()
H A Dcss.h118 int for_each_subchannel_staged(int (*fn_known)(struct subchannel *, void *),
H A Dcss.c110 int for_each_subchannel_staged(int (*fn_known)(struct subchannel *, void *), in for_each_subchannel_staged() function
698 for_each_subchannel_staged(slow_eval_known_fn, slow_eval_unknown_fn, in css_slow_path_func()
H A Ddevice.c1361 for_each_subchannel_staged(purge_fn, NULL, NULL); in ccw_purge_blacklisted()