Home
last modified time | relevance | path

Searched refs:t_state (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
Dtda8261_cfg.h24 struct tuner_state t_state; in tda8261_get_frequency() local
28 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in tda8261_get_frequency()
33 *frequency = t_state.frequency; in tda8261_get_frequency()
34 printk("%s: Frequency=%d\n", __func__, t_state.frequency); in tda8261_get_frequency()
43 struct tuner_state t_state; in tda8261_set_frequency() local
46 t_state.frequency = frequency; in tda8261_set_frequency()
49 err = tuner_ops->set_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in tda8261_set_frequency()
55 printk("%s: Frequency=%d\n", __func__, t_state.frequency); in tda8261_set_frequency()
63 struct tuner_state t_state; in tda8261_get_bandwidth() local
67 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state); in tda8261_get_bandwidth()
[all …]
Dstb6100_cfg.h26 struct tuner_state t_state; in stb6100_get_frequency() local
30 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in stb6100_get_frequency()
35 *frequency = t_state.frequency; in stb6100_get_frequency()
44 struct tuner_state t_state; in stb6100_set_frequency() local
47 t_state.frequency = frequency; in stb6100_set_frequency()
50 err = tuner_ops->set_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in stb6100_set_frequency()
63 struct tuner_state t_state; in stb6100_get_bandwidth() local
67 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state); in stb6100_get_bandwidth()
72 *bandwidth = t_state.bandwidth; in stb6100_get_bandwidth()
81 struct tuner_state t_state; in stb6100_set_bandwidth() local
[all …]
/linux-4.4.14/fs/jbd2/
Dcommit.c437 J_ASSERT(commit_transaction->t_state == T_RUNNING); in jbd2_journal_commit_transaction()
438 commit_transaction->t_state = T_LOCKED; in jbd2_journal_commit_transaction()
538 commit_transaction->t_state = T_FLUSH; in jbd2_journal_commit_transaction()
568 commit_transaction->t_state = T_COMMIT; in jbd2_journal_commit_transaction()
782 J_ASSERT(commit_transaction->t_state == T_COMMIT); in jbd2_journal_commit_transaction()
783 commit_transaction->t_state = T_COMMIT_DFLUSH; in jbd2_journal_commit_transaction()
884 J_ASSERT(commit_transaction->t_state == T_COMMIT_DFLUSH); in jbd2_journal_commit_transaction()
885 commit_transaction->t_state = T_COMMIT_JFLUSH; in jbd2_journal_commit_transaction()
1088 J_ASSERT(commit_transaction->t_state == T_COMMIT_JFLUSH); in jbd2_journal_commit_transaction()
1104 commit_transaction->t_state = T_COMMIT_CALLBACK; in jbd2_journal_commit_transaction()
[all …]
Dcheckpoint.c584 if (transaction->t_state != T_FINISHED) in __jbd2_journal_remove_checkpoint()
656 J_ASSERT(transaction->t_state == T_FINISHED); in __jbd2_journal_drop_transaction()
Dtransaction.c86 transaction->t_state = T_RUNNING; in jbd2_get_transaction()
189 if (t->t_state == T_LOCKED) { in add_transaction_credits()
575 if (transaction->t_state != T_RUNNING) { in jbd2_journal_extend()
2450 J_ASSERT_JH(jh, jh->b_transaction->t_state == T_RUNNING); in __jbd2_journal_refile_buffer()
Djournal.c672 commit_trans->t_state >= T_COMMIT_DFLUSH) in jbd2_trans_will_send_data_barrier()
675 if (commit_trans->t_state >= T_COMMIT_JFLUSH) in jbd2_trans_will_send_data_barrier()
/linux-4.4.14/drivers/target/
Dtarget_core_tmr.c252 if (cmd->t_state == TRANSPORT_ISTATE_PROCESSING) { in core_tmr_drain_tmr_list()
284 tmr_p->function, tmr_p->response, cmd->t_state); in core_tmr_drain_tmr_list()
368 cmd->se_tfo->get_cmd_state(cmd), cmd->t_state, in core_tmr_drain_state_list()
Dtarget_core_transport.c566 cmd->t_state = TRANSPORT_WRITE_PENDING; in transport_cmd_check_stop()
713 cmd->t_state = TRANSPORT_COMPLETE; in target_complete_cmd()
774 (cmd->t_state == TRANSPORT_COMPLETE_QF_OK) ? "COMPLETE_OK" : in target_qf_do_work()
775 (cmd->t_state == TRANSPORT_COMPLETE_QF_WP) ? "WRITE_PENDING" in target_qf_do_work()
778 if (cmd->t_state == TRANSPORT_COMPLETE_QF_WP) in target_qf_do_work()
780 else if (cmd->t_state == TRANSPORT_COMPLETE_QF_OK) in target_qf_do_work()
1337 cmd->t_state = TRANSPORT_NEW_CMD; in transport_handle_cdb_direct()
1666 cmd->t_state, sense_reason); in transport_generic_request_failure()
1747 cmd->t_state = TRANSPORT_COMPLETE_QF_OK; in transport_generic_request_failure()
1876 cmd->t_state = TRANSPORT_PROCESSING; in target_execute_cmd()
[all …]
Dtarget_core_sbc.c593 cmd->t_state = TRANSPORT_PROCESSING; in compare_and_write_callback()
/linux-4.4.14/drivers/acpi/
Dprocessor_throttling.c1082 struct throttling_tstate t_state; in acpi_processor_set_throttling() local
1101 t_state.target_state = state; in acpi_processor_set_throttling()
1110 t_state.cpu = i; in acpi_processor_set_throttling()
1112 &t_state); in acpi_processor_set_throttling()
1168 t_state.cpu = i; in acpi_processor_set_throttling()
1170 &t_state); in acpi_processor_set_throttling()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_tmr.c263 cmd->init_task_tag, cmd->se_cmd.t_state); in iscsit_task_reassign_complete_write()
328 cmd->se_cmd.t_state); in iscsit_task_reassign_complete_read()
336 cmd->se_cmd.t_state); in iscsit_task_reassign_complete_read()
Discsi_target.c1328 WARN_ON(se_cmd->t_state != TRANSPORT_WRITE_PENDING); in iscsit_check_dataout_hdr()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_main.c349 if (thi->t_state == RESTARTING) { in drbd_thread_setup()
351 thi->t_state = RUNNING; in drbd_thread_setup()
357 thi->t_state = NONE; in drbd_thread_setup()
378 thi->t_state = NONE; in drbd_thread_init()
395 switch (thi->t_state) { in drbd_thread_start()
413 thi->t_state = RUNNING; in drbd_thread_start()
431 thi->t_state = RUNNING; in drbd_thread_start()
436 thi->t_state = RESTARTING; in drbd_thread_start()
460 if (thi->t_state == NONE) { in _drbd_thread_stop()
467 if (thi->t_state != ns) { in _drbd_thread_stop()
[all …]
Ddrbd_int.h263 enum drbd_thread_state t_state; member
278 return thi->t_state; in get_t_state()
/linux-4.4.14/include/target/
Dtarget_core_base.h456 enum transport_state_table t_state; member
/linux-4.4.14/include/linux/
Djbd2.h569 } t_state; member
/linux-4.4.14/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c402 if (se_cmd->t_state == TRANSPORT_WRITE_PENDING || in tcm_qla2xxx_write_pending_status()
403 se_cmd->t_state == TRANSPORT_COMPLETE_QF_WP) { in tcm_qla2xxx_write_pending_status()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1111 __u8 t_state; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1878 LASSERTF((int)offsetof(struct mdt_body, t_state) == 96, "found %lld\n", in lustre_assert_wire_constants()
1879 (long long)(int)offsetof(struct mdt_body, t_state)); in lustre_assert_wire_constants()
1880 LASSERTF((int)sizeof(((struct mdt_body *)0)->t_state) == 8, in lustre_assert_wire_constants()
1882 (long long)(int)sizeof(((struct mdt_body *)0)->t_state)); in lustre_assert_wire_constants()
Dpack_generic.c1686 __swab64s(&b->t_state); in lustre_swab_mdt_body()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1642 if (body->t_state & MS_RESTORE) in ll_update_inode()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2210 __u64 t_state; /* transient file state defined in member
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c3626 switch (req->t_state) { in deferred_fw6_msg()
3635 __func__, req->t_state); in deferred_fw6_msg()
/linux-4.4.14/drivers/infiniband/ulp/isert/
Dib_isert.c1752 cmd->se_cmd.t_state == TRANSPORT_WRITE_PENDING) { in isert_put_cmd()
/linux-4.4.14/fs/ext4/
Dsuper.c342 BUG_ON(txn->t_state == T_FINISHED); in ext4_journal_commit_callback()