Searched refs:task_valid (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_parse.c | 550 p_Inp->task_valid = 0; in parse_prepare() 556 p_Dec->p_Inp->task_valid = 1; in parse_prepare() 582 p_Cur->p_Inp->task_valid = 1; in parse_prepare() 615 p_Dec->p_Inp->task_valid = 1; in parse_prepare() 641 p_Inp->task_valid = 0; in parse_prepare_fast() 668 p_Cur->p_Inp->task_valid = 1; in parse_prepare_fast() 687 if (p_Cur->p_Inp->task_valid) { in parse_prepare_fast() 697 if (!p_Cur->p_Inp->task_valid) { in parse_prepare_fast() 792 p_Inp->task_valid = 0; in parse_prepare_avcC_data() 796 p_Inp->task_valid = 1; in parse_prepare_avcC_data() [all …]
|
| H A D | h264d_api.c | 563 task->valid = p_Inp->task_valid; //!< prepare valid flag in h264d_prepare() 572 task->valid = p_Inp->task_valid; //!< prepare valid flag in h264d_prepare()
|
| H A D | h264d_global.h | 896 RK_U8 task_valid; member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | xfrm.h | 686 static inline void xfrm_audit_helper_usrinfo(bool task_valid, in xfrm_audit_helper_usrinfo() argument 689 const unsigned int auid = from_kuid(&init_user_ns, task_valid ? in xfrm_audit_helper_usrinfo() 692 const unsigned int ses = task_valid ? audit_get_sessionid(current) : in xfrm_audit_helper_usrinfo() 699 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid); 701 bool task_valid); 702 void xfrm_audit_state_add(struct xfrm_state *x, int result, bool task_valid); 703 void xfrm_audit_state_delete(struct xfrm_state *x, int result, bool task_valid); 716 bool task_valid) in xfrm_audit_policy_add() argument 721 bool task_valid) in xfrm_audit_policy_delete() argument 726 bool task_valid) in xfrm_audit_state_add() argument [all …]
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_state.c | 703 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument 713 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_state_flush_secctx_check() 723 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument 736 xfrm_audit_state_delete(x, 0, task_valid); in xfrm_dev_state_flush_secctx_check() 746 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid) in xfrm_state_flush_secctx_check() argument 752 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() argument 758 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid, bool sync) in xfrm_state_flush() argument 763 err = xfrm_state_flush_secctx_check(net, proto, task_valid); in xfrm_state_flush() 779 task_valid); in xfrm_state_flush() 801 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush() argument [all …]
|
| H A D | xfrm_policy.c | 1758 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument 1771 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check() 1779 xfrm_policy_flush_secctx_check(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush_secctx_check() argument 1785 int xfrm_policy_flush(struct net *net, u8 type, bool task_valid) in xfrm_policy_flush() argument 1792 err = xfrm_policy_flush_secctx_check(net, type, task_valid); in xfrm_policy_flush() 1807 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush() 4246 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid) in xfrm_audit_policy_add() argument 4253 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_add() 4261 bool task_valid) in xfrm_audit_policy_delete() argument 4268 xfrm_audit_helper_usrinfo(task_valid, audit_buf); in xfrm_audit_policy_delete()
|