Searched defs:os (Results 1 - 10 of 10) sorted by relevance

/drivers/hwmon/
H A Dlm75.c249 int conf, hyst, os; local
296 os = i2c_smbus_read_byte_data(new_client, 3);
305 os = i2c_smbus_read_byte_data(new_client, 3);
306 if (i2c_smbus_read_byte_data(new_client, 4) != os
307 || i2c_smbus_read_byte_data(new_client, 5) != os
308 || i2c_smbus_read_byte_data(new_client, 6) != os
309 || i2c_smbus_read_byte_data(new_client, 7) != os)
317 || i2c_smbus_read_byte_data(new_client, i + 3) != os)
/drivers/message/fusion/
H A Dmptsas.h79 struct mptsas_mapping os; /* operating system mapping*/ member in struct:mptsas_device_info
/drivers/block/drbd/
H A Ddrbd_worker.c765 union drbd_state os, ns; local
802 os = mdev->state;
804 verify_done = (os.conn == C_VERIFY_S || os.conn == C_VERIFY_T);
808 if (os.conn <= C_CONNECTED)
811 ns = os;
820 if (os.conn == C_VERIFY_S || os.conn == C_VERIFY_T) {
829 if (os.conn == C_SYNC_TARGET || os
[all...]
H A Ddrbd_nl.c934 union drbd_state ns, os; local
1244 os = mdev->state;
1245 ns.i = os.i;
1276 ns.i = os.i;
H A Ddrbd_main.c61 union drbd_state os; member in struct:after_state_chg_work
76 static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
463 * @os: old (current) state.
467 union drbd_state os, union drbd_state ns)
469 return (os.conn >= C_CONNECTED && ns.conn >= C_CONNECTED &&
470 ((os.role != R_PRIMARY && ns.role == R_PRIMARY) ||
471 (os.conn != C_STARTING_SYNC_T && ns.conn == C_STARTING_SYNC_T) ||
472 (os.conn != C_STARTING_SYNC_S && ns.conn == C_STARTING_SYNC_S) ||
473 (os.disk != D_DISKLESS && ns.disk == D_DISKLESS))) ||
474 (os
466 cl_wide_st_chg(struct drbd_conf *mdev, union drbd_state os, union drbd_state ns) argument
483 union drbd_state os, ns; local
521 union drbd_state os, ns; local
568 union drbd_state os, ns; local
672 print_st_err(struct drbd_conf *mdev, union drbd_state os, union drbd_state ns, enum drbd_state_rv err) argument
761 is_valid_state_transition(struct drbd_conf *mdev, union drbd_state ns, union drbd_state os) argument
816 sanitize_state(struct drbd_conf *mdev, union drbd_state os, union drbd_state ns, const char **warn_sync_abort) argument
1046 union drbd_state os; local
1328 after_state_ch(struct drbd_conf *mdev, union drbd_state os, union drbd_state ns, enum chg_state_flags flags) argument
[all...]
H A Ddrbd_receiver.c3153 union drbd_state os, ns, peer_state; local
3168 os = ns = mdev->state;
3173 if (os.pdsk == D_INCONSISTENT && real_peer_disk == D_UP_TO_DATE &&
3174 os.conn > C_CONNECTED && os.disk == D_UP_TO_DATE) {
3188 else if (os.conn >= C_SYNC_SOURCE &&
3201 if (os.pdsk == D_UP_TO_DATE && real_peer_disk == D_INCONSISTENT &&
3202 os.conn == C_CONNECTED && peer_state.conn > C_SYNC_SOURCE)
3216 cr = (os.conn < C_CONNECTED);
3219 cr |= (os
3772 union drbd_state os, ns; local
[all...]
/drivers/video/msm/
H A Dmdp_ppp.c219 uint64_t n, d, os, os_p, od, od_p, oreq; local
248 os = ((uint64_t)origin << 33) - ONE_HALF;
249 tmp = (dim_out * os) + ONE_HALF;
255 os = ((uint64_t)origin << 1) - 1;
256 od = (((k3 * os) >> 1) + k4);
/drivers/block/
H A Dida_cmd.h264 __u16 os; member in struct:__anon310
/drivers/net/fddi/skfp/h/
H A Dsmc.h50 #include "targetos.h" /* all target os dependencies */
435 struct s_smt_os os ; /* os specific */ member in struct:s_smc
439 * NOTE: os and hw MUST BE the first two structs
/drivers/scsi/
H A Dipr.h1565 u32 os; member in struct:ipr_dump_header

Completed in 187 milliseconds