Searched refs:config_sema (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_ccw.c77 down(&zfcp_data.config_sema);
84 up(&zfcp_data.config_sema);
105 down(&zfcp_data.config_sema);
132 up(&zfcp_data.config_sema);
150 down(&zfcp_data.config_sema);
183 up(&zfcp_data.config_sema);
199 down(&zfcp_data.config_sema);
205 up(&zfcp_data.config_sema);
222 down(&zfcp_data.config_sema);
249 up(&zfcp_data.config_sema);
[all...]
H A Dzfcp_sysfs_driver.c47 down(&zfcp_data.config_sema); \
52 up(&zfcp_data.config_sema); \
H A Dzfcp_sysfs_adapter.c74 down(&zfcp_data.config_sema);
96 up(&zfcp_data.config_sema);
119 down(&zfcp_data.config_sema);
155 up(&zfcp_data.config_sema);
180 down(&zfcp_data.config_sema);
199 up(&zfcp_data.config_sema);
H A Dzfcp_sysfs_port.c79 down(&zfcp_data.config_sema);
101 up(&zfcp_data.config_sema);
122 down(&zfcp_data.config_sema);
158 up(&zfcp_data.config_sema);
182 down(&zfcp_data.config_sema);
200 up(&zfcp_data.config_sema);
H A Dzfcp_sysfs_unit.c84 down(&zfcp_data.config_sema);
101 up(&zfcp_data.config_sema);
H A Dzfcp_aux.c211 down(&zfcp_data.config_sema);
226 up(&zfcp_data.config_sema);
229 down(&zfcp_data.config_sema);
236 up(&zfcp_data.config_sema);
304 sema_init(&zfcp_data.config_sema, 1);
811 * Locks: config_sema must be held to serialize changes to the unit list
911 * locks: must only be called with zfcp_data.config_sema taken
958 * locking: zfcp_data.config_sema must be held
990 * locks: config_sema must be held to serialise changes to the adapter list
1000 * are protected by the config_sema, whic
[all...]
H A Dzfcp_def.h1029 struct semaphore config_sema; /* serialises configuration member in struct:zfcp_data

Completed in 152 milliseconds