| /OK3568_Linux_fs/kernel/tools/build/tests/ |
| H A D | run.sh | 5 make -C ex V=1 clean > ex.out 2>&1 6 make -C ex V=1 >> ex.out 2>&1 8 if [ ! -x ./ex/ex ]; then 13 make -C ex V=1 clean > /dev/null 2>&1 14 rm -f ex.out 18 make -C ex V=1 clean > ex.out 2>&1 21 make -rR -C ex V=1 ex.o >> ex.out 2>&1 22 make -rR -C ex V=1 ex.i >> ex.out 2>&1 23 make -rR -C ex V=1 ex.s >> ex.out 2>&1 25 if [ -x ./ex/ex ]; then [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_aout.c | 120 struct exec ex; in load_aout_binary() local 126 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 127 if ((N_MAGIC(ex) != ZMAGIC && N_MAGIC(ex) != OMAGIC && in load_aout_binary() 128 N_MAGIC(ex) != QMAGIC && N_MAGIC(ex) != NMAGIC) || in load_aout_binary() 129 N_TRSIZE(ex) || N_DRSIZE(ex) || in load_aout_binary() 130 i_size_read(file_inode(bprm->file)) < ex.a_text+ex.a_data+N_SYMSIZE(ex)+N_TXTOFF(ex)) { in load_aout_binary() 141 fd_offset = N_TXTOFF(ex); in load_aout_binary() 150 if (ex.a_data + ex.a_bss > rlim) in load_aout_binary() 160 SET_AOUT_PERSONALITY(bprm, ex); in load_aout_binary() 166 current->mm->end_code = ex.a_text + in load_aout_binary() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/ia32/ |
| H A D | ia32_aout.c | 108 struct exec ex; in load_aout_binary() local 111 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 112 if ((N_MAGIC(ex) != ZMAGIC && N_MAGIC(ex) != OMAGIC && in load_aout_binary() 113 N_MAGIC(ex) != QMAGIC && N_MAGIC(ex) != NMAGIC) || in load_aout_binary() 114 N_TRSIZE(ex) || N_DRSIZE(ex) || in load_aout_binary() 116 ex.a_text+ex.a_data+N_SYMSIZE(ex)+N_TXTOFF(ex)) { in load_aout_binary() 120 fd_offset = N_TXTOFF(ex); in load_aout_binary() 129 if (ex.a_data + ex.a_bss > rlim) in load_aout_binary() 147 current->mm->end_code = ex.a_text + in load_aout_binary() 148 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary() [all …]
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | device_cgroup.c | 63 struct dev_exception_item *ex, *tmp, *new; in dev_exceptions_copy() local 67 list_for_each_entry(ex, orig, list) { in dev_exceptions_copy() 68 new = kmemdup(ex, sizeof(*ex), GFP_KERNEL); in dev_exceptions_copy() 77 list_for_each_entry_safe(ex, tmp, dest, list) { in dev_exceptions_copy() 78 list_del(&ex->list); in dev_exceptions_copy() 79 kfree(ex); in dev_exceptions_copy() 88 struct dev_exception_item *ex) in dev_exception_add() argument 94 excopy = kmemdup(ex, sizeof(*ex), GFP_KERNEL); in dev_exception_add() 99 if (walk->type != ex->type) in dev_exception_add() 101 if (walk->major != ex->major) in dev_exception_add() [all …]
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | striper.c | 59 struct ceph_object_extent *ex = in lookup_last() local 60 list_entry(pos, typeof(*ex), oe_item); in lookup_last() 62 if (ex->oe_objno == objno) in lookup_last() 63 return ex; in lookup_last() 65 if (ex->oe_objno < objno) in lookup_last() 77 struct ceph_object_extent *ex; in lookup_containing() local 79 list_for_each_entry(ex, object_extents, oe_item) { in lookup_containing() 80 if (ex->oe_objno == objno && in lookup_containing() 81 ex->oe_off <= objoff && in lookup_containing() 82 ex->oe_off + ex->oe_len >= objoff + xlen) /* paranoia */ in lookup_containing() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_dispatcher.c | 223 void _notify_dispr_controller(struct cmd_dispatcher *obj, struct phl_dispr_msg_ex *ex); 229 …tic enum phl_mdl_ret_code run_self_def_seq(struct cmd_dispatcher *obj, struct phl_dispr_msg_ex *ex, 276 static void on_abort_msg_complete(struct cmd_dispatcher *obj, struct phl_dispr_msg_ex *ex) in on_abort_msg_complete() argument 312 struct phl_dispr_msg_ex *ex) in push_back_idle_msg() argument 316 if (TEST_STATUS_FLAG(ex->status, MSG_STATUS_NOTIFY_COMPLETE) && in push_back_idle_msg() 317 ex->completion.completion) { in push_back_idle_msg() 318 if (TEST_STATUS_FLAG(ex->status, MSG_STATUS_CANCEL)) in push_back_idle_msg() 319 SET_MSG_INDC_FIELD(ex->msg.msg_id, MSG_INDC_CANCEL); in push_back_idle_msg() 320 ex->completion.completion(ex->completion.priv, &(ex->msg)); in push_back_idle_msg() 321 CLEAR_STATUS_FLAG(ex->status, MSG_STATUS_NOTIFY_COMPLETE); in push_back_idle_msg() [all …]
|
| H A D | phl_msg_hub.c | 84 static void push_back_idle_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_idle_msg() argument 89 if(ex->completion.completion) in push_back_idle_msg() 90 ex->completion.completion(ex->completion.priv, &(ex->ctx)); in push_back_idle_msg() 91 pq_push(d, &hub->idle_msg_q, &ex->list, _tail, _bh); in push_back_idle_msg() 109 static void push_back_wait_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_wait_msg() argument 113 pq_push(d, &hub->wait_msg_q, &ex->list, _tail, _bh); in push_back_wait_msg() 117 void msg_forward(struct phl_info_t* phl, struct phl_msg_ex* ex) in msg_forward() argument 123 u8 module_id = MSG_MDL_ID_FIELD(ex->ctx.msg_id); in msg_forward() 140 &(ex->ctx)); in msg_forward() 153 struct phl_msg_ex* ex = NULL; in msg_thread_hdl() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_dispatcher.c | 223 void _notify_dispr_controller(struct cmd_dispatcher *obj, struct phl_dispr_msg_ex *ex); 229 …tic enum phl_mdl_ret_code run_self_def_seq(struct cmd_dispatcher *obj, struct phl_dispr_msg_ex *ex, 276 static void on_abort_msg_complete(struct cmd_dispatcher *obj, struct phl_dispr_msg_ex *ex) in on_abort_msg_complete() argument 312 struct phl_dispr_msg_ex *ex) in push_back_idle_msg() argument 316 if (TEST_STATUS_FLAG(ex->status, MSG_STATUS_NOTIFY_COMPLETE) && in push_back_idle_msg() 317 ex->completion.completion) { in push_back_idle_msg() 318 if (TEST_STATUS_FLAG(ex->status, MSG_STATUS_CANCEL)) in push_back_idle_msg() 319 SET_MSG_INDC_FIELD(ex->msg.msg_id, MSG_INDC_CANCEL); in push_back_idle_msg() 320 ex->completion.completion(ex->completion.priv, &(ex->msg)); in push_back_idle_msg() 321 CLEAR_STATUS_FLAG(ex->status, MSG_STATUS_NOTIFY_COMPLETE); in push_back_idle_msg() [all …]
|
| H A D | phl_msg_hub.c | 84 static void push_back_idle_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_idle_msg() argument 89 if(ex->completion.completion) in push_back_idle_msg() 90 ex->completion.completion(ex->completion.priv, &(ex->ctx)); in push_back_idle_msg() 91 pq_push(d, &hub->idle_msg_q, &ex->list, _tail, _bh); in push_back_idle_msg() 109 static void push_back_wait_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_wait_msg() argument 113 pq_push(d, &hub->wait_msg_q, &ex->list, _tail, _bh); in push_back_wait_msg() 117 void msg_forward(struct phl_info_t* phl, struct phl_msg_ex* ex) in msg_forward() argument 123 u8 module_id = MSG_MDL_ID_FIELD(ex->ctx.msg_id); in msg_forward() 140 &(ex->ctx)); in msg_forward() 153 struct phl_msg_ex* ex = NULL; in msg_thread_hdl() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | extents.c | 196 struct ext4_extent *ex; in ext4_ext_find_goal() local 215 ex = path[depth].p_ext; in ext4_ext_find_goal() 216 if (ex) { in ext4_ext_find_goal() 217 ext4_fsblk_t ext_pblk = ext4_ext_pblock(ex); in ext4_ext_find_goal() 218 ext4_lblk_t ext_block = le32_to_cpu(ex->ee_block); in ext4_ext_find_goal() 242 struct ext4_extent *ex, int *err, unsigned int flags) in ext4_ext_new_meta_block() argument 246 goal = ext4_ext_find_goal(inode, path, le32_to_cpu(ex->ee_block)); in ext4_ext_new_meta_block() 506 struct ext4_extent *ex = EXT_FIRST_EXTENT(eh); in ext4_cache_extents() local 510 for (i = le16_to_cpu(eh->eh_entries); i > 0; i--, ex++) { in ext4_cache_extents() 512 ext4_lblk_t lblk = le32_to_cpu(ex->ee_block); in ext4_cache_extents() [all …]
|
| /OK3568_Linux_fs/kernel/tools/build/tests/ex/ |
| H A D | Makefile | 7 ex: target 11 ex: ex-in.o libex-in.o target 14 ex.%: fixdep FORCE 17 ex-in.o: fixdep FORCE 18 make $(build)=ex 25 rm -f ex ex.i ex.s
|
| H A D | Build | 1 ex-y += ex.o 2 ex-y += a.o 3 ex-y += b.o 4 ex-y += b.o 5 ex-y += empty/ 6 ex-y += empty2/ 7 ex-y += inc.o
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | dlmglue.h | 139 int ex, 144 int ex, 158 int ex); 160 int ex); 162 int ex); 168 int ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex); 169 void ocfs2_nfs_sync_unlock(struct ocfs2_super *osb, int ex); 176 int ocfs2_dentry_lock(struct dentry *dentry, int ex); 177 void ocfs2_dentry_unlock(struct dentry *dentry, int ex); 178 int ocfs2_file_lock(struct file *file, int ex, int trylock); [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_FISTTP.c | 23 int ex; in test() local 39 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test() 40 if (ex != 0) { in test() 59 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test() 60 if (ex != FE_INEXACT) { in test() 82 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test() 83 if (ex != FE_INEXACT) { in test() 103 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test() 104 if (ex != FE_INEXACT) { in test()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | autoreconf-exclude.patch | 29 +my @ex; 55 + @ex = grep (/^autopoint$/, @exclude); 56 + if ($#ex == -1) { 67 + @ex = grep (/^libtoolize$/, @exclude); 68 + if ($#ex == -1) { 80 + @ex = grep (/^gtkdocize$/, @exclude); 81 + if ($#ex == -1) { 92 + @ex = grep (/^autoconf$/, @exclude); 93 + if ($#ex == -1) { 103 + @ex = grep (/^autoheader$/, @exclude); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/team/ |
| H A D | team_mode_loadbalance.c | 74 struct lb_priv_ex *ex; /* priv extension */ member 93 (lb_priv)->ex->tx_hash_to_port_mapping[hash].port 96 (lb_priv)->ex->tx_hash_to_port_mapping[hash].opt_inst_info 108 pm = &lb_priv->ex->tx_hash_to_port_mapping[i]; in lb_tx_hash_to_port_mapping_null_port() 249 if (!lb_priv->ex->orig_fprog) { in lb_bpf_func_get() 254 ctx->data.bin_val.len = lb_priv->ex->orig_fprog->len * in lb_bpf_func_get() 256 ctx->data.bin_val.ptr = lb_priv->ex->orig_fprog->filter; in lb_bpf_func_get() 307 if (lb_priv->ex->orig_fprog) { in lb_bpf_func_set() 309 __fprog_destroy(lb_priv->ex->orig_fprog); in lb_bpf_func_set() 315 lb_priv->ex->orig_fprog = fprog; in lb_bpf_func_set() [all …]
|
| /OK3568_Linux_fs/kernel/tools/build/Documentation/ |
| H A D | Build.txt | 51 ex/a.c 58 Out of which you build the 'ex' binary ' and the 'libex.a' library: 60 'ex' - consists of 'a.o', 'b.o' and libex.a 63 The build framework does not create the 'ex' and 'libex.a' binaries for you, it 68 ex/Build: 69 ex-y += a.o 70 ex-y += b.o 71 ex-y += b.o # duplicates in the lists are allowed 77 ex/arch/Build: 83 $ make -f tools/build/Makefile.build dir=. obj=ex [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/renesas/ |
| H A D | Makefile | 4 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-ex.dtb 5 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb 7 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-rev2-ex.dtb 8 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb 11 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-ex.dtb 12 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb 14 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-rev2-ex.dtb 15 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb 23 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-hihope-rzg2h-ex.dtb 24 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2_osd.c | 59 static int iep2_osd_check(int8_t *mv, int w, int sx, int ex, int sy, int ey, in iep2_osd_check() argument 65 int total = (ey - sy + 1) * (ex - sx + 1); in iep2_osd_check() 73 for (j = sx; j <= ex; ++j) { in iep2_osd_check() 115 int ex[8]; in iep2_set_osd() local 127 ex[i] = ctx->output.x_end[i]; in iep2_set_osd() 136 if (ex[i] - sx[i] > ex[j] - sx[j]) { in iep2_set_osd() 149 sx[i], ex[i], sy[i], ey[i], &mvx)) in iep2_set_osd() 153 ctx->params.osd_x_end[idx] = ex[i]; in iep2_set_osd() 157 osd_tile_cnt += (ex[i] - sx[i] + 1) * (ey[i] - sy[i] + 1); in iep2_set_osd() 163 sx[i], ex[i], sy[i], ey[i], in iep2_set_osd()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | meson.build | 28 foreach ex: dmx_examples 29 bin = ex[0] 30 extra_dep = ex[1] 40 foreach ex: noinst_dmx_examples 41 bin = ex[0] 42 extra_dep = ex[1]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | elf.h | 345 #define SET_PERSONALITY2(ex, state) \ argument 376 #define __SET_PERSONALITY32_O32(ex, state) \ argument 388 #define __SET_PERSONALITY32_O32(ex, state) \ argument 393 #define __SET_PERSONALITY32(ex, state) \ argument 395 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \ 396 ((ex).e_flags & EF_MIPS_ABI) == 0) \ 399 __SET_PERSONALITY32_O32(ex, state); \ 402 #define __SET_PERSONALITY32(ex, state) do { } while (0) argument 405 #define SET_PERSONALITY2(ex, state) \ argument 415 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libsas/ |
| H A D | sas_expander.c | 203 struct expander_device *ex = &dev->ex_dev; in sas_set_ex_phy() local 204 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_set_ex_phy() 392 struct expander_device *ex = &dev->ex_dev; in sas_ex_phy_discover() local 409 if (0 <= single && single < ex->num_phys) { in sas_ex_phy_discover() 414 for (i = 0; i < ex->num_phys; i++) { in sas_ex_phy_discover() 429 struct expander_device *ex = &dev->ex_dev; in sas_expander_discover() local 432 ex->ex_phy = kcalloc(ex->num_phys, sizeof(*ex->ex_phy), GFP_KERNEL); in sas_expander_discover() 433 if (!ex->ex_phy) in sas_expander_discover() 442 kfree(ex->ex_phy); in sas_expander_discover() 443 ex->ex_phy = NULL; in sas_expander_discover() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/qlge/ |
| H A D | TODO | 7 * truesize accounting is incorrect (ex: a 9000B frame has skb->truesize 10280 26 * some structures are initialized redundantly (ex. memset 0 after 29 possible (ex. ql_free_rx_buffers(), ql_alloc_rx_buffers()) 32 other qlogic drivers, with clashes, ex: ql_sem_spinlock) or nothing (with 33 clashes, ex: struct ob_mac_iocb_req). Rename everything to use the "qlge_" 35 * avoid legacy/deprecated apis (ex. replace pci_dma_*, replace pci_enable_msi, 37 * some "while" loops could be rewritten with simple "for", ex. 40 * fix weird line wrapping (all over, ex. the ql_set_routing_reg() calls in 42 * fix weird indentation (all over, ex. the for loops in qlge_get_stats())
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | ea.c | 19 char ex[4 + 255 + 1 + 8]; in hpfs_ea_ext_remove() local 20 struct extended_attribute *ea = (struct extended_attribute *)ex; in hpfs_ea_ext_remove() 26 if (hpfs_ea_read(s, a, ano, pos, 4, ex)) return; in hpfs_ea_ext_remove() 33 if (hpfs_ea_read(s, a, ano, pos + 4, ea->namelen + 9, ex+4)) in hpfs_ea_ext_remove() 80 char ex[4 + 255 + 1 + 8]; in hpfs_read_ea() local 98 ea = (struct extended_attribute *)ex; in hpfs_read_ea() 104 if (hpfs_ea_read(s, a, ano, pos, 4, ex)) return -EIO; in hpfs_read_ea() 105 if (hpfs_ea_read(s, a, ano, pos + 4, ea->namelen + 1 + (ea_indirect(ea) ? 8 : 0), ex + 4)) in hpfs_read_ea() 155 char ex[4 + 255 + 1 + 8]; in hpfs_get_ea() local 156 ea = (struct extended_attribute *)ex; in hpfs_get_ea() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.marubun-pcmcia | 14 ex. * MS7750SE01 30 ex. #define CONFIG_MARUBUN_PCCARD 34 ex. #define CONFIG_PCMCIA_SLOT_A 1 39 ex. #define CONFIG_SYS_MARUBUN_MRSHPC 0xb03fffe0 45 ex. #define CONFIG_SYS_MARUBUN_MW1 0xb0400000 51 ex. #define CONFIG_SYS_MARUBUN_MW2 0xb0500000 57 ex. #define CONFIG_SYS_MARUBUN_IO 0xb0600000
|