Searched refs:_prog (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/ |
| H A D | aic94xx_seq.c | 174 static int asd_verify_cseq(struct asd_ha_struct *asd_ha, const u8 *_prog, in asd_verify_cseq() argument 178 const u32 *prog = (u32 *) _prog; in asd_verify_cseq() 208 static int asd_verify_lseq(struct asd_ha_struct *asd_ha, const u8 *_prog, in asd_verify_lseq() argument 214 const u32 *prog = (u32 *) _prog; in asd_verify_lseq() 236 (int)((u8 *)prog-_prog)); in asd_verify_lseq() 341 static int asd_download_seq(struct asd_ha_struct *asd_ha, const u8 *_prog, in asd_download_seq() argument 346 const u32 *prog = (u32 *) _prog; in asd_download_seq() 371 return asd_verify_seq(asd_ha, _prog, size, lseq_mask); in asd_download_seq()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 1103 struct bpf_prog *_prog; \ 1112 while ((_prog = READ_ONCE(_item->prog))) { \ 1114 _ret &= func(_prog, ctx); \ 1118 _ret &= func(_prog, ctx); \ 1154 struct bpf_prog *_prog; \ 1163 while ((_prog = READ_ONCE(_item->prog))) { \ 1166 ret = func(_prog, ctx); \
|
| H A D | filter.h | 1358 struct bpf_prog *_prog; \ 1364 while ((_prog = READ_ONCE(_item->prog))) { \ 1369 _ret = func(_prog, _ctx); \
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | btf.c | 4204 prog_ctx_type _id##_prog; \
|