/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | policydb.h | 151 int state; member
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-sst-dsp.h | 124 /* DSP Core state */ 127 /* Running in D0i3 state; can be in streaming or non-streaming D0i3 */ 128 SKL_DSP_RUNNING_D0I3, /* Running in D0i3 state*/ 200 void skl_dsp_set_state_locked(struct sst_dsp *ctx, int state);
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | pm.c | 16 * Helper function to determine the target DSP state during 89 u32 old_state = sdev->dsp_power_state.state; in sof_resume() 231 /* FW in unexpected state, continue to power down */ in sof_suspend() 253 /* Do not reset FW state if DSP is in D0 */ in sof_suspend() 257 /* reset FW state */ in sof_suspend()
|
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst.h | 253 int state, int cap);
|
/kernel/linux/linux-5.10/fs/notify/fanotify/ |
H A D | fanotify.h | 251 unsigned short state; /* state of the event */ member
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbdirect.h | 285 enum mr_state state; member
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.h | 62 __le32 state; /* 4: state - see below */ member 74 /* log state */
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | bmap.h | 96 * @b_state: state 128 /* state */ 132 * struct nilfs_bmap_store - shadow copy of bmap state 136 * @state: cached value of state field of bmap structure 142 int state; member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | opl3.h | 266 int state; /* status */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ip_vs.h | 281 /* sync daemon state (master/backup) */ 282 int state; member 426 IPVS_DAEMON_ATTR_STATE, /* sync daemon state (master/backup) */
|
H A D | synclink.h | 232 __u32 state; member
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_cmnd.h | 64 /* for scmd->state */ 141 unsigned long state; /* Command completion state */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/wimax/ |
H A D | i2400m.h | 96 * device's state changes. 468 * i2400m_tlv_system_state - report on the state of the system 470 * @state: see enum i2400m_system_state 474 __le32 state; member
|
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | btrfs-tests.c | 198 if (WARN_ON(test_bit(BTRFS_ROOT_IN_RADIX, &root->state))) in btrfs_free_dummy_root()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | hung_task.c | 5 * kernel/hung_task.c - kernel thread for detecting tasks stuck in D state 108 * When a freshly created task is scheduled once, changes its state to in check_hung_task() 208 if (t->state == TASK_UNINTERRUPTIBLE) in check_hung_uninterruptible_tasks() 286 * kthread which checks for tasks stuck in D state
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stats.h | 60 * PSI tracks state that persists across sleeps, such as iowaits and 62 * where a task's runnable state changes, and requeues, where a task 63 * and its state are being moved between CPUs and runqueues. 227 * Also, if the process is still in the TASK_RUNNING state, call 237 if (t->state == TASK_RUNNING) in sched_info_depart()
|
H A D | walt.h | 141 * is migrating or dequeuing in RUNNING state to change the in walt_dec_cumulative_runnable_avg() 144 if (task_on_rq_migrating(p) || p->state == TASK_RUNNING) in walt_dec_cumulative_runnable_avg()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_rmap.h | 182 xfs_exntst_t state, struct xfs_btree_cur **pcur);
|
H A D | xfs_bmap.h | 269 xfs_filblks_t *blockcount, xfs_exntst_t state);
|
/kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
H A D | sock.c | 218 sock->state = SS_UNCONNECTED; in cmtp_sock_create()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | dsa_priv.h | 132 int dsa_port_set_state(struct dsa_port *dp, u8 state,
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | sock.c | 215 sock->state = SS_UNCONNECTED; in bnep_sock_create()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_input.c | 206 /* lookup state with wild-card source address */ in xfrm6_input_addr() 211 /* lookup state with wild-card addresses */ in xfrm6_input_addr() 224 likely(x->km.state == XFRM_STATE_VALID) && in xfrm6_input_addr() 228 /* found a valid state */ in xfrm6_input_addr()
|
H A D | ipcomp6.c | 105 t->km.state = XFRM_STATE_DEAD; in ipcomp6_tunnel_create()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipcomp.c | 85 t->km.state = XFRM_STATE_DEAD; in ipcomp_tunnel_create()
|