| /linux/mm/ |
| H A D | slub.c | 249 static inline bool kmem_cache_debug(struct kmem_cache *s) in kmem_cache_debug() 254 void *fixup_red_left(struct kmem_cache *s, void *p) in fixup_red_left() 345 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; } in sysfs_slab_add() 354 static inline void debugfs_slab_add(struct kmem_cache *s) { } in debugfs_slab_add() 399 static inline void stat(const struct kmem_cache *s, enum stat_item si) in stat() 411 void stat_add(const struct kmem_cache *s, enum stat_item si, int v) in stat_add() 468 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node() 473 static inline struct node_barn *get_barn_node(struct kmem_cache *s, int node) in get_barn_node() 481 static inline struct node_barn *get_barn(struct kmem_cache *s) in get_barn() 515 struct kmem_cache *s; member [all …]
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 205 static struct node *node_first(const struct sparsebit *s) in node_first() 219 static struct node *node_next(const struct sparsebit *s, struct node *np) in node_next() 247 static struct node *node_prev(const struct sparsebit *s, struct node *np) in node_prev() 310 static struct node *node_find(const struct sparsebit *s, sparsebit_idx_t idx) in node_find() 333 static struct node *node_add(struct sparsebit *s, sparsebit_idx_t idx) in node_add() 396 bool sparsebit_all_set(const struct sparsebit *s) in sparsebit_all_set() 409 static void node_rm(struct sparsebit *s, struct node *nodep) in node_rm() 498 static struct node *node_split(struct sparsebit *s, sparsebit_idx_t idx) in node_split() 599 static void node_reduce(struct sparsebit *s, struct node *nodep) in node_reduce() 778 bool sparsebit_is_set(const struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_is_set() [all …]
|
| /linux/drivers/comedi/ |
| H A D | comedi_buf.c | 51 struct comedi_subdevice *s) in __comedi_buf_free() 119 struct comedi_subdevice *s, in __comedi_buf_alloc() 181 comedi_buf_map_from_subdev_get(struct comedi_subdevice *s) in comedi_buf_map_from_subdev_get() 202 bool comedi_buf_is_mmapped(struct comedi_subdevice *s) in comedi_buf_is_mmapped() 209 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s, in comedi_buf_alloc() 238 void comedi_buf_reset(struct comedi_subdevice *s) in comedi_buf_reset() 260 static unsigned int comedi_buf_write_n_unalloc(struct comedi_subdevice *s) in comedi_buf_write_n_unalloc() 268 unsigned int comedi_buf_write_n_available(struct comedi_subdevice *s) in comedi_buf_write_n_available() 276 unsigned int _comedi_buf_write_alloc(struct comedi_subdevice *s, in _comedi_buf_write_alloc() 307 unsigned int comedi_buf_write_alloc(struct comedi_subdevice *s, in comedi_buf_write_alloc() [all …]
|
| H A D | drivers.c | 98 struct comedi_subdevice *s; in comedi_alloc_subdevices() local 140 int comedi_alloc_subdev_readback(struct comedi_subdevice *s) in comedi_alloc_subdev_readback() 159 struct comedi_subdevice *s; in comedi_device_detach_cleanup() local 219 static int poll_invalid(struct comedi_device *dev, struct comedi_subdevice *s) in poll_invalid() 237 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s, in insn_inval() 261 struct comedi_subdevice *s, in comedi_readback_insn_read() 296 struct comedi_subdevice *s, in comedi_timeout() 344 struct comedi_subdevice *s, in comedi_dio_insn_config() 389 unsigned int comedi_dio_update_state(struct comedi_subdevice *s, in comedi_dio_update_state() 423 unsigned int comedi_bytes_per_scan_cmd(struct comedi_subdevice *s, in comedi_bytes_per_scan_cmd() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramseq.h | 6 #define ram_init(s,p) hwsq_init(&(s)->base, (p)) argument 7 #define ram_exec(s,e) hwsq_exec(&(s)->base, (e)) argument 8 #define ram_have(s,r) ((s)->r_##r.addr != 0x000000) argument 9 #define ram_rd32(s,r) hwsq_rd32(&(s)->base, &(s)->r_##r) argument 10 #define ram_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument 11 #define ram_nuke(s,r) hwsq_nuke(&(s)->base, &(s)->r_##r) argument 12 #define ram_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 13 #define ram_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument 14 #define ram_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument 15 #define ram_wait_vblank(s) hwsq_wait_vblank(&(s)->base) argument [all …]
|
| /linux/drivers/usb/host/ |
| H A D | octeon-hcd.h | 157 } s; member 227 } s; member 316 } s; member 546 } s; member 573 } s; member 626 } s; member 754 } s; member 778 } s; member 824 } s; member 913 } s; member [all …]
|
| /linux/include/linux/ |
| H A D | seq_buf.h | 33 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() 41 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init() 53 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed() 59 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow() 68 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left() 77 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used() 98 static inline const char *seq_buf_str(struct seq_buf *s) in seq_buf_str() 119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() 141 static inline void seq_buf_commit(struct seq_buf *s, int num) in seq_buf_commit() 160 static inline int seq_buf_pop(struct seq_buf *s) in seq_buf_pop()
|
| /linux/net/bluetooth/bnep/ |
| H A D | core.c | 47 struct bnep_session *s; in __bnep_get_session() local 58 static void __bnep_link_session(struct bnep_session *s) in __bnep_link_session() 63 static void __bnep_unlink_session(struct bnep_session *s) in __bnep_unlink_session() 68 static int bnep_send(struct bnep_session *s, void *data, size_t len) in bnep_send() 76 static int bnep_send_rsp(struct bnep_session *s, u8 ctrl, u16 resp) in bnep_send_rsp() 86 static inline void bnep_set_default_proto_filter(struct bnep_session *s) in bnep_set_default_proto_filter() 100 static int bnep_ctrl_set_netfilter(struct bnep_session *s, __be16 *data, int len) in bnep_ctrl_set_netfilter() 146 static int bnep_ctrl_set_mcfilter(struct bnep_session *s, u8 *data, int len) in bnep_ctrl_set_mcfilter() 206 static int bnep_rx_control_cmd(struct bnep_session *s, u8 cmd, void *data, in bnep_rx_control_cmd() 251 static int bnep_rx_control(struct bnep_session *s, void *data, int len) in bnep_rx_control() [all …]
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pciercx-defs.h | 82 } s; member 93 } s; member 104 } s; member 117 } s; member 124 } s; member 131 } s; member 157 } s; member 176 } s; member 203 } s; member 232 } s; member [all …]
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_debugfs.c | 28 static void dbg_uidn_show(struct seq_file *s, struct genwqe_reg *regs, in dbg_uidn_show() 43 static int curr_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in curr_dbg_uidn_show() 69 static int curr_dbg_uid0_show(struct seq_file *s, void *unused) in curr_dbg_uid0_show() 76 static int curr_dbg_uid1_show(struct seq_file *s, void *unused) in curr_dbg_uid1_show() 83 static int curr_dbg_uid2_show(struct seq_file *s, void *unused) in curr_dbg_uid2_show() 90 static int prev_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in prev_dbg_uidn_show() 98 static int prev_dbg_uid0_show(struct seq_file *s, void *unused) in prev_dbg_uid0_show() 105 static int prev_dbg_uid1_show(struct seq_file *s, void *unused) in prev_dbg_uid1_show() 112 static int prev_dbg_uid2_show(struct seq_file *s, void *unused) in prev_dbg_uid2_show() 119 static int curr_regs_show(struct seq_file *s, void *unused) in curr_regs_show() [all …]
|
| /linux/drivers/tty/serial/ |
| H A D | max3100.c | 122 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity() 140 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity() 145 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity() 156 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr() 181 static int max3100_handlerx_unlocked(struct max3100_port *s, u16 rx) in max3100_handlerx_unlocked() 222 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx() 235 struct max3100_port *s = container_of(w, struct max3100_port, work); in max3100_work() local 303 static void max3100_dowork(struct max3100_port *s) in max3100_dowork() 311 struct max3100_port *s = timer_container_of(s, t, timer); in max3100_timeout() local 319 struct max3100_port *s = dev_id; in max3100_irq() local [all …]
|
| /linux/arch/x86/kvm/ |
| H A D | i8259.c | 46 static void pic_lock(struct kvm_pic *s) in pic_lock() 52 static void pic_unlock(struct kvm_pic *s) in pic_unlock() 74 static void pic_clear_isr(struct kvm_kpic_state *s, int irq) in pic_clear_isr() 93 static inline int pic_set_irq1(struct kvm_kpic_state *s, int irq, int level) in pic_set_irq1() 123 static inline int get_priority(struct kvm_kpic_state *s, int mask) in get_priority() 137 static int pic_get_irq(struct kvm_kpic_state *s) in pic_get_irq() 167 static void pic_update_irq(struct kvm_pic *s) in pic_update_irq() 183 void kvm_pic_update_irq(struct kvm_pic *s) in kvm_pic_update_irq() 193 struct kvm_pic *s = kvm->arch.vpic; in kvm_pic_set_irq() local 215 static inline void pic_intack(struct kvm_kpic_state *s, int irq) in pic_intack() [all …]
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | core.c | 80 __session_dir(s) global() argument 235 struct rfcomm_session *s = timer_container_of(s, t, timer); rfcomm_session_timeout() local 243 rfcomm_session_set_timer(struct rfcomm_session * s,long timeout) rfcomm_session_set_timer() argument 250 rfcomm_session_clear_timer(struct rfcomm_session * s) rfcomm_session_clear_timer() argument 328 rfcomm_dlc_link(struct rfcomm_session * s,struct rfcomm_dlc * d) rfcomm_dlc_link() argument 340 struct rfcomm_session *s = d->session; rfcomm_dlc_unlink() local 352 rfcomm_dlc_get(struct rfcomm_session * s,u8 dlci) rfcomm_dlc_get() argument 370 struct rfcomm_session *s; __rfcomm_dlc_open() local 436 struct rfcomm_session *s = d->session; __rfcomm_dlc_disconn() local 450 struct rfcomm_session *s = d->session; __rfcomm_dlc_close() local 504 struct rfcomm_session *s, *s_list; rfcomm_dlc_close() local 536 struct rfcomm_session *s; rfcomm_dlc_exists() local 680 struct rfcomm_session *s = kzalloc_obj(*s); rfcomm_session_add() local 709 rfcomm_session_del(struct rfcomm_session * s) rfcomm_session_del() argument 729 struct rfcomm_session *s, *n; rfcomm_session_get() local 741 rfcomm_session_close(struct rfcomm_session * s,int err) rfcomm_session_close() argument 765 struct rfcomm_session *s = NULL; rfcomm_session_create() local 819 rfcomm_session_getaddr(struct rfcomm_session * s,bdaddr_t * src,bdaddr_t * dst) rfcomm_session_getaddr() argument 829 rfcomm_send_frame(struct rfcomm_session * s,u8 * data,int len) rfcomm_send_frame() argument 841 rfcomm_send_cmd(struct rfcomm_session * s,struct rfcomm_cmd * cmd) rfcomm_send_cmd() argument 848 rfcomm_send_sabm(struct rfcomm_session * s,u8 dlci) rfcomm_send_sabm() argument 862 rfcomm_send_ua(struct rfcomm_session * s,u8 dlci) rfcomm_send_ua() argument 876 rfcomm_send_disc(struct rfcomm_session * s,u8 dlci) rfcomm_send_disc() argument 912 rfcomm_send_dm(struct rfcomm_session * s,u8 dlci) rfcomm_send_dm() argument 926 rfcomm_send_nsc(struct rfcomm_session * s,int cr,u8 type) rfcomm_send_nsc() argument 951 rfcomm_send_pn(struct rfcomm_session * s,int cr,struct rfcomm_dlc * d) rfcomm_send_pn() argument 993 rfcomm_send_rpn(struct rfcomm_session * s,int cr,u8 dlci,u8 bit_rate,u8 data_bits,u8 stop_bits,u8 parity,u8 flow_ctrl_settings,u8 xon_char,u8 xoff_char,u16 param_mask) rfcomm_send_rpn() argument 1048 rfcomm_send_rls(struct rfcomm_session * s,int cr,u8 dlci,u8 status) rfcomm_send_rls() argument 1075 rfcomm_send_msc(struct rfcomm_session * s,int cr,u8 dlci,u8 v24_sig) rfcomm_send_msc() argument 1102 rfcomm_send_fcoff(struct rfcomm_session * s,int cr) rfcomm_send_fcoff() argument 1124 rfcomm_send_fcon(struct rfcomm_session * s,int cr) rfcomm_send_fcon() argument 1146 rfcomm_send_test(struct rfcomm_session * s,int cr,u8 * pattern,int len) rfcomm_send_test() argument 1178 rfcomm_send_credits(struct rfcomm_session * s,u8 addr,u8 credits) rfcomm_send_credits() argument 1218 rfcomm_recv_ua(struct rfcomm_session * s,u8 dlci) rfcomm_recv_ua() argument 1270 rfcomm_recv_dm(struct rfcomm_session * s,u8 dlci) rfcomm_recv_dm() argument 1299 rfcomm_recv_disc(struct rfcomm_session * s,u8 dlci) rfcomm_recv_disc() argument 1393 rfcomm_recv_sabm(struct rfcomm_session * s,u8 dlci) rfcomm_recv_sabm() argument 1437 struct rfcomm_session *s = d->session; rfcomm_apply_pn() local 1464 rfcomm_recv_pn(struct rfcomm_session * s,int cr,struct sk_buff * skb) rfcomm_recv_pn() argument 1521 rfcomm_recv_rpn(struct rfcomm_session * s,int cr,int len,struct sk_buff * skb) rfcomm_recv_rpn() argument 1641 rfcomm_recv_rls(struct rfcomm_session * s,int cr,struct sk_buff * skb) rfcomm_recv_rls() argument 1665 rfcomm_recv_msc(struct rfcomm_session * s,int cr,struct sk_buff * skb) rfcomm_recv_msc() argument 1706 rfcomm_recv_mcc(struct rfcomm_session * s,struct sk_buff * skb) rfcomm_recv_mcc() argument 1768 rfcomm_recv_data(struct rfcomm_session * s,u8 dlci,int pf,struct sk_buff * skb) rfcomm_recv_data() argument 1804 rfcomm_recv_frame(struct rfcomm_session * s,struct sk_buff * skb) rfcomm_recv_frame() argument 1877 rfcomm_process_connect(struct rfcomm_session * s) rfcomm_process_connect() argument 1947 rfcomm_process_dlcs(struct rfcomm_session * s) rfcomm_process_dlcs() argument 2004 rfcomm_process_rx(struct rfcomm_session * s) rfcomm_process_rx() argument 2030 rfcomm_accept_connection(struct rfcomm_session * s) rfcomm_accept_connection() argument 2063 rfcomm_check_connection(struct rfcomm_session * s) rfcomm_check_connection() argument 2089 struct rfcomm_session *s, *n; rfcomm_process_sessions() local 2126 struct rfcomm_session *s; rfcomm_add_listener() local 2177 struct rfcomm_session *s, *n; rfcomm_kill_listener() local 2211 struct rfcomm_session *s; rfcomm_security_cfm() local 2260 struct rfcomm_session *s; rfcomm_dlc_debugfs_show() local [all...] |
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-streams.c | 108 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_queue_setup() local 141 struct cx18_stream *s = vb2_get_drv_priv(vb->vb2_queue); in cx18_buf_queue() local 155 struct cx18_stream *s = vb2_get_drv_priv(vb->vb2_queue); in cx18_buf_prepare() local 175 void cx18_clear_queue(struct cx18_stream *s, enum vb2_buffer_state state) in cx18_clear_queue() 190 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_start_streaming() local 216 struct cx18_stream *s = vb2_get_drv_priv(vq); in cx18_stop_streaming() local 236 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init() local 303 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev() local 408 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev() local 548 static void cx18_vbi_setup(struct cx18_stream *s) in cx18_vbi_setup() [all …]
|
| H A D | cx18-queue.c | 43 struct cx18_queue *_cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl, in _cx18_enqueue() 73 struct cx18_mdl *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q) in cx18_dequeue() 89 static void _cx18_mdl_update_bufs_for_cpu(struct cx18_stream *s, in _cx18_mdl_update_bufs_for_cpu() 109 static inline void cx18_mdl_update_bufs_for_cpu(struct cx18_stream *s, in cx18_mdl_update_bufs_for_cpu() 125 struct cx18_mdl *cx18_queue_get_mdl(struct cx18_stream *s, u32 id, in cx18_queue_get_mdl() 195 static void cx18_queue_flush(struct cx18_stream *s, in cx18_queue_flush() 221 void cx18_flush_queues(struct cx18_stream *s) in cx18_flush_queues() 231 void cx18_unload_queues(struct cx18_stream *s) in cx18_unload_queues() 262 void cx18_load_queues(struct cx18_stream *s) in cx18_load_queues() 320 void _cx18_mdl_sync_for_device(struct cx18_stream *s, struct cx18_mdl *mdl) in _cx18_mdl_sync_for_device() [all …]
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_debugfs.c | 16 static void fbnic_dbg_desc_break(struct seq_file *s, int i) in fbnic_dbg_desc_break() 24 static void fbnic_dbg_ring_show(struct seq_file *s) in fbnic_dbg_ring_show() 76 static void fbnic_dbg_twd_desc_seq_show(struct seq_file *s, int i) in fbnic_dbg_twd_desc_seq_show() 107 static int fbnic_dbg_twq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_twq_desc_seq_show() 132 static int fbnic_dbg_tcq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_tcq_desc_seq_show() 181 static int fbnic_dbg_bdq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_bdq_desc_seq_show() 211 static void fbnic_dbg_rcd_desc_seq_show(struct seq_file *s, int i) in fbnic_dbg_rcd_desc_seq_show() 254 static int fbnic_dbg_rcq_desc_seq_show(struct seq_file *s, void *v) in fbnic_dbg_rcq_desc_seq_show() 380 static int fbnic_dbg_mac_addr_show(struct seq_file *s, void *v) in fbnic_dbg_mac_addr_show() 406 static int fbnic_dbg_tce_tcam_show(struct seq_file *s, void *v) in fbnic_dbg_tce_tcam_show() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | seq.h | 6 #define clk_init(s,p) hwsq_init(&(s)->base, (p)) argument 7 #define clk_exec(s,e) hwsq_exec(&(s)->base, (e)) argument 8 #define clk_have(s,r) ((s)->r_##r.addr != 0x000000) argument 9 #define clk_rd32(s,r) hwsq_rd32(&(s)->base, &(s)->r_##r) argument 10 #define clk_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument 11 #define clk_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument 12 #define clk_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument 13 #define clk_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument 14 #define clk_nsec(s,n) hwsq_nsec(&(s)->base, (n)) argument
|
| /linux/drivers/pcmcia/ |
| H A D | pcmcia_resource.c | 37 int pcmcia_validate_mem(struct pcmcia_socket *s) in pcmcia_validate_mem() 46 int low, struct pcmcia_socket *s) in pcmcia_find_mem_region() 60 static void release_io_space(struct pcmcia_socket *s, struct resource *res) in release_io_space() 96 static int alloc_io_space(struct pcmcia_socket *s, struct resource *res, in alloc_io_space() 155 static int pcmcia_access_config(struct pcmcia_device *p_dev, in pcmcia_access_config() 161 struct pcmcia_socket *s; in pcmcia_access_config() local 226 struct pcmcia_socket *s = p_dev->socket; in pcmcia_map_mem_page() local 255 struct pcmcia_socket *s = p_dev->socket; in pcmcia_fixup_iowidth() local 305 struct pcmcia_socket *s = p_dev->socket; in pcmcia_fixup_vpp() local 349 struct pcmcia_socket *s = p_dev->socket; in pcmcia_release_configuration() local [all …]
|
| /linux/security/selinux/ss/ |
| H A D | sidtab.c | 35 int sidtab_init(struct sidtab *s) in sidtab_init() 60 static u32 context_to_sid(struct sidtab *s, struct context *context, u32 hash) in context_to_sid() 78 int sidtab_set_initial(struct sidtab *s, u32 sid, struct context *context) in sidtab_set_initial() 163 static int sidtab_alloc_roots(struct sidtab *s, u32 level) in sidtab_alloc_roots() 184 static struct sidtab_entry *sidtab_do_lookup(struct sidtab *s, u32 index, in sidtab_do_lookup() 225 static struct sidtab_entry *sidtab_lookup(struct sidtab *s, u32 index) in sidtab_lookup() 236 static struct sidtab_entry *sidtab_lookup_initial(struct sidtab *s, u32 sid) in sidtab_lookup_initial() 241 static struct sidtab_entry *sidtab_search_core(struct sidtab *s, u32 sid, in sidtab_search_core() 258 struct sidtab_entry *sidtab_search_entry(struct sidtab *s, u32 sid) in sidtab_search_entry() 263 struct sidtab_entry *sidtab_search_entry_force(struct sidtab *s, u32 sid) in sidtab_search_entry_force() [all …]
|
| /linux/kernel/bpf/ |
| H A D | percpu_freelist.c | 6 int pcpu_freelist_init(struct pcpu_freelist *s) in pcpu_freelist_init() argument 25 free_percpu(s->freelist); in pcpu_freelist_destroy() argument 45 void __pcpu_freelist_push(struct pcpu_freelist *s, in pcpu_freelist_try_push_extra() argument 56 ___pcpu_freelist_push_nmi(struct pcpu_freelist * s,struct pcpu_freelist_node * node) ___pcpu_freelist_push_nmi() argument 80 __pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) __pcpu_freelist_push() argument 89 pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) pcpu_freelist_push() argument 99 pcpu_freelist_populate(struct pcpu_freelist * s,void * buf,u32 elem_size,u32 nr_elems) pcpu_freelist_populate() argument 121 ___pcpu_freelist_pop(struct pcpu_freelist * s) ___pcpu_freelist_pop() argument 153 ___pcpu_freelist_pop_nmi(struct pcpu_freelist * s) ___pcpu_freelist_pop_nmi() argument 184 __pcpu_freelist_pop(struct pcpu_freelist * s) __pcpu_freelist_pop() argument 191 pcpu_freelist_pop(struct pcpu_freelist * s) pcpu_freelist_pop() argument [all...] |
| /linux/arch/alpha/lib/ |
| H A D | memcpy.c | 27 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument 34 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument 46 #define DO_REST_UP(d,s,n) \ argument 52 #define DO_REST_DN(d,s,n) \ argument 63 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument 64 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument 73 static inline void __memcpy_unaligned_up (unsigned long d, unsigned long s, in __memcpy_unaligned_up() 101 static inline void __memcpy_unaligned_dn (unsigned long d, unsigned long s, in __memcpy_unaligned_dn() 119 static inline void __memcpy_aligned_up (unsigned long d, unsigned long s, in __memcpy_aligned_up() 135 static inline void __memcpy_aligned_dn (unsigned long d, unsigned long s, in __memcpy_aligned_dn()
|
| /linux/arch/xtensa/variants/de212/include/variant/ |
| H A D | tie.h | 89 #define XCHAL_NCP_SA_LIST(s) \ argument 99 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument 102 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument 105 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument 108 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument 111 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument 114 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument 117 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument 120 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
|
| /linux/sound/firewire/ |
| H A D | amdtp-stream.c | 92 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, in amdtp_stream_init() 126 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy() 163 struct snd_interval *s = hw_param_interval(params, rule->var); in apply_constraint_to_size() local 190 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints() 271 int amdtp_stream_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_stream_set_parameters() 301 static int amdtp_stream_get_max_ctx_payload_size(struct amdtp_stream *s) in amdtp_stream_get_max_ctx_payload_size() 320 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload() 339 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare() 347 #define prev_packet_desc(s, desc) \ argument 350 static void pool_blocking_data_blocks(struct amdtp_stream *s, struct seq_desc *descs, in pool_blocking_data_blocks() [all …]
|
| /linux/fs/hpfs/ |
| H A D | alloc.c | 12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() 25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() 38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() 51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() 69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() 100 int hpfs_chk_sectors(struct super_block *s, secno start, int len, char *msg) in hpfs_chk_sectors() 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() 277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() 296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() [all …]
|
| /linux/net/ceph/ |
| H A D | debugfs.c | 34 static int monmap_show(struct seq_file *s, void *p) in monmap_show() 58 static int osdmap_show(struct seq_file *s, void *p) in osdmap_show() 144 static int monc_show(struct seq_file *s, void *p) in monc_show() 182 static void dump_spgid(struct seq_file *s, const struct ceph_spg *spgid) in dump_spgid() 189 static void dump_target(struct seq_file *s, struct ceph_osd_request_target *t) in dump_target() 215 static void dump_request(struct seq_file *s, struct ceph_osd_request *req) in dump_request() 240 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() 255 static void dump_linger_request(struct seq_file *s, in dump_linger_request() 266 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() 281 static void dump_snapid(struct seq_file *s, u64 snapid) in dump_snapid() [all …]
|