Searched refs:cs_type (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | command_submission.c | 398 enum hl_cs_type cs_type, struct hl_cs **cs_new) in allocate_cs() 412 cs->type = cs_type; in allocate_cs() 767 static int cs_ioctl_signal_wait(struct hl_fpriv *hpriv, enum hl_cs_type cs_type, in cs_ioctl_signal_wait() argument 829 if (cs_type == CS_TYPE_WAIT) { in cs_ioctl_signal_wait() 901 rc = allocate_cs(hdev, ctx, cs_type, &cs); in cs_ioctl_signal_wait() 903 if (cs_type == CS_TYPE_WAIT) in cs_ioctl_signal_wait() 988 if (cs_type == CS_TYPE_WAIT) in cs_ioctl_signal_wait() 1002 enum hl_cs_type cs_type; in hl_cs_ioctl() local 1034 cs_type = CS_TYPE_SIGNAL; in hl_cs_ioctl() 1036 cs_type in hl_cs_ioctl() 397 allocate_cs(struct hl_device *hdev, struct hl_ctx *ctx, enum hl_cs_type cs_type, struct hl_cs **cs_new) allocate_cs() argument [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | command_submission.c | 881 enum hl_cs_type cs_type, u64 user_sequence, in allocate_cs() 908 cs->type = cs_type; in allocate_cs() 1332 enum hl_cs_type cs_type; in hl_cs_sanity_checks() local 1361 cs_type = hl_cs_get_cs_type(cs_type_flags); in hl_cs_sanity_checks() 1364 is_sync_stream = (cs_type == CS_TYPE_SIGNAL || cs_type == CS_TYPE_WAIT || in hl_cs_sanity_checks() 1365 cs_type == CS_TYPE_COLLECTIVE_WAIT); in hl_cs_sanity_checks() 1372 if (cs_type == CS_TYPE_DEFAULT) { in hl_cs_sanity_checks() 2183 static int cs_ioctl_signal_wait(struct hl_fpriv *hpriv, enum hl_cs_type cs_type, in cs_ioctl_signal_wait() argument 2240 if (cs_type in cs_ioctl_signal_wait() 880 allocate_cs(struct hl_device *hdev, struct hl_ctx *ctx, enum hl_cs_type cs_type, u64 user_sequence, struct hl_cs **cs_new, u32 flags, u32 timeout) allocate_cs() argument 2545 enum hl_cs_type cs_type = 0; hl_cs_ioctl() local [all...] |
/kernel/linux/linux-5.10/sound/usb/ |
H A D | stream.c | 347 u8 cs_type; in convert_chmap_v3() local 350 cs_type = cs_desc->bSegmentType; in convert_chmap_v3() 352 if (cs_type == UAC3_CHANNEL_INFORMATION) { in convert_chmap_v3()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | stream.c | 349 u8 cs_type; in convert_chmap_v3() local 352 cs_type = cs_desc->bSegmentType; in convert_chmap_v3() 354 if (cs_type == UAC3_CHANNEL_INFORMATION) { in convert_chmap_v3()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | state.h | 63 unsigned char cs_type; member
|
H A D | nfs4state.c | 984 unsigned char cs_type) in nfs4_init_cp_state() 1000 stid->cs_type = cs_type; in nfs4_init_cp_state() 1034 if (copy->cp_stateid.cs_type != NFS4_COPY_STID) in nfs4_free_copy_state() 6155 if (cps->cp_stateid.cs_type == NFS4_COPYNOTIFY_STID && in nfs4_laundromat() 6536 WARN_ON_ONCE(cps->cp_stateid.cs_type != NFS4_COPYNOTIFY_STID); in _free_cpntf_state_locked() 6563 if (state->cp_stateid.cs_type != NFS4_COPYNOTIFY_STID) { in manage_cpntf_state() 983 nfs4_init_cp_state(struct nfsd_net *nn, copy_stateid_t *stid, unsigned char cs_type) nfs4_init_cp_state() argument
|
Completed in 20 milliseconds