| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 334 #define S2W(s) ((s)<<(BM_EXT_SHIFT-BM_BLOCK_SHIFT-LN2_BPL)) argument 757 unsigned long s; in _drbd_bm_total_weight() local 774 unsigned long s; in drbd_bm_total_weight() local 1349 static int __bm_change_bits_to(struct drbd_device *device, const unsigned long s, in __bm_change_bits_to() 1398 static int bm_change_bits_to(struct drbd_device *device, const unsigned long s, in bm_change_bits_to() 1421 int drbd_bm_set_bits(struct drbd_device *device, const unsigned long s, const unsigned long e) in drbd_bm_set_bits() 1427 int drbd_bm_clear_bits(struct drbd_device *device, const unsigned long s, const unsigned long e) in drbd_bm_clear_bits() 1464 void _drbd_bm_set_bits(struct drbd_device *device, const unsigned long s, const unsigned long e) in _drbd_bm_set_bits() 1575 int drbd_bm_count_bits(struct drbd_device *device, const unsigned long s, const unsigned long e) in drbd_bm_count_bits() 1633 int count, s, e; in drbd_bm_e_weight() local
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.c | 380 cifs_show_address(struct seq_file *s, struct TCP_Server_Info *server) in cifs_show_address() 404 cifs_show_security(struct seq_file *s, struct cifs_ses *ses) in cifs_show_security() 445 cifs_show_cache_flavor(struct seq_file *s, struct cifs_sb_info *cifs_sb) in cifs_show_cache_flavor() 462 cifs_show_nls(struct seq_file *s, struct nls_table *cur) in cifs_show_nls() 479 cifs_show_options(struct seq_file *s, struct dentry *root) in cifs_show_options() 677 static int cifs_show_stats(struct seq_file *s, struct dentry *root) in cifs_show_stats() 728 char *s, *p; in cifs_get_root() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/detail/ |
| H A D | split.hpp | 24 # define BOOST_PP_SPLIT_II_0(s) BOOST_PP_SPLIT_ID(BOOST_PP_SPLIT_0 s) argument 25 # define BOOST_PP_SPLIT_II_1(s) BOOST_PP_SPLIT_ID(BOOST_PP_SPLIT_1 s) argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | scs.h | 43 static inline unsigned long *__scs_magic(void *s) in __scs_magic() 59 static inline void scs_free(void *s) {} in scs_free()
|
| H A D | regset.h | 25 static inline int membuf_zero(struct membuf *s, size_t size) in membuf_zero() 37 static inline int membuf_write(struct membuf *s, const void *v, size_t size) in membuf_write() 50 #define membuf_store(s, v) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 151 struct sge *s = &adapter->sge; in fl_mtu_bufsize() local 238 const struct sge *s = &adapter->sge; in fl_starving() local 401 struct sge *s = &adapter->sge; in get_buf_size() local 538 struct sge *s = &adap->sge; in refill_fl() local 662 void *s = NULL; in alloc_ring() local 3441 struct sge *s = &adapter->sge; in do_gro() local 3591 struct sge *s = &adapter->sge; in t4_tx_completion_handler() local 3621 struct sge *s = &adap->sge; in cxgb4_validate_lb_pkt() local 3658 struct sge *s = &q->adap->sge; in t4_ethrx_handler() local 3871 struct sge *s = &adapter->sge; in process_responses() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | daisy.c | 303 unsigned char s; in cpp_daisy() local 349 unsigned char s; in cpp_mux() local 430 unsigned char s; in assign_addrs() local
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_route.c | 44 ax25_route *s, *t, *ax25_rt; in ax25_rt_device_down() local 154 ax25_route *s, *t, *ax25_rt; in ax25_rt_del() local 485 ax25_route *s, *ax25_rt = ax25_route_list; in ax25_rt_free() local
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinconf-generic.c | 56 struct seq_file *s, const char *gname, in pinconf_generic_dump_one() 109 void pinconf_generic_dump_pins(struct pinctrl_dev *pctldev, struct seq_file *s, in pinconf_generic_dump_pins() 131 struct seq_file *s, unsigned long config) in pinconf_generic_dump_config()
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | h265_syntax.h | 125 #define IS_IDR(s) (s->nal_unit_type == NAL_IDR_W_RADL || s->nal_unit_type == NAL_IDR_N_LP) argument 126 #define IS_BLA(s) (s->nal_unit_type == NAL_BLA_W_RADL || s->nal_unit_type == NAL_BLA_W_LP || \ argument 128 #define IS_IRAP(s) (s->nal_unit_type >= 16 && s->nal_unit_type <= 23) argument 129 #define IS_CRA(s) (s->nal_unit_type == NAL_CRA_NUT) argument
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | sumversion.c | 46 static inline uint32_t lshift(uint32_t x, unsigned int s) in lshift() 67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument 69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | mpicoder.c | 609 unsigned char *s = buffer; in mpi_print() local 653 unsigned char *s = buffer; in mpi_print() local 693 unsigned char *s = buffer; in mpi_print() local 725 unsigned char *s = buffer; in mpi_print() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmstdlib_s.c | 117 const char *s = src; in memcpy_s() local 268 const char *s = src; /* point to the start of the src string */ in strlcat_s() local
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | rktools.c | 45 char *s = NULL; in getSerial() local 190 char *s = NULL; in isMtdDevice() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmstdlib_s.c | 122 const char *s = src; in BCMPOSTTRAPFN() local 259 const char *s = src; /* point to the start of the src string */ in strlcat_s() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_pipe.c | 9 int mdp5_pipe_assign(struct drm_atomic_state *s, struct drm_plane *plane, in mdp5_pipe_assign() 122 int mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe) in mdp5_pipe_release()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmstdlib_s.c | 122 const char *s = src; in BCMPOSTTRAPFN() local 259 const char *s = src; /* point to the start of the src string */ in strlcat_s() local
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | rsrc_iodyn.c | 55 static struct resource *__iodyn_find_io_region(struct pcmcia_socket *s, in __iodyn_find_io_region() 84 static int iodyn_find_io(struct pcmcia_socket *s, unsigned int attr, in iodyn_find_io()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | futex-contention.py | 29 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument 40 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | dns.c | 42 const char *s; in dns_send() local 107 const unsigned char *p, *e, *s; in dns_handler() local
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | rcu.h | 30 static inline unsigned long rcu_seq_ctr(unsigned long s) in rcu_seq_ctr() 39 static inline int rcu_seq_state(unsigned long s) in rcu_seq_state() 89 unsigned long s; in rcu_seq_snap() local 106 static inline bool rcu_seq_started(unsigned long *sp, unsigned long s) in rcu_seq_started() 115 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done()
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | amdtp-stream.h | 214 static inline bool amdtp_stream_running(struct amdtp_stream *s) in amdtp_stream_running() 226 static inline bool amdtp_streaming_error(struct amdtp_stream *s) in amdtp_streaming_error() 237 static inline bool amdtp_stream_pcm_running(struct amdtp_stream *s) in amdtp_stream_pcm_running() 251 static inline void amdtp_stream_pcm_trigger(struct amdtp_stream *s, in amdtp_stream_pcm_trigger() 269 static inline bool amdtp_stream_wait_callback(struct amdtp_stream *s, in amdtp_stream_wait_callback()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | util.c | 745 struct pid_namespace *ipc_seq_pid_ns(struct seq_file *s) in ipc_seq_pid_ns() 784 static void *sysvipc_proc_next(struct seq_file *s, void *it, loff_t *pos) in sysvipc_proc_next() 801 static void *sysvipc_proc_start(struct seq_file *s, loff_t *pos) in sysvipc_proc_start() 827 static void sysvipc_proc_stop(struct seq_file *s, void *it) in sysvipc_proc_stop() 843 static int sysvipc_proc_show(struct seq_file *s, void *it) in sysvipc_proc_show()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/ |
| H A D | posixtm.c | 110 posix_time_parse (struct tm *tm, const char *s, unsigned int syntax_bits) in posix_time_parse() 188 posixtime (time_t *p, const char *s, unsigned int syntax_bits) in posixtime()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxgp100.c | 36 const int s = 8; in gp100_grctx_generate_pagepool() local 51 const int s = 12; in gp100_grctx_generate_attrib() local
|