/linux/net/ceph/ |
H A D | messenger_v1.c | 110 static void con_out_kvec_reset(struct ceph_connection *con) in con_out_kvec_reset() 119 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add() 138 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip() 153 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer() 172 static void prepare_write_message_footer(struct ceph_connection *con) in prepare_write_message_footer() 195 static void prepare_write_message(struct ceph_connection *con) in prepare_write_message() 267 static void prepare_write_ack(struct ceph_connection *con) in prepare_write_ack() 288 static void prepare_write_seq(struct ceph_connection *con) in prepare_write_seq() 306 static void prepare_write_keepalive(struct ceph_connection *con) in prepare_write_keepalive() 328 static int get_connect_authorizer(struct ceph_connection *con) in get_connect_authorizer() [all …]
|
H A D | messenger_v2.c | 109 static int ceph_tcp_recv(struct ceph_connection *con) in ceph_tcp_recv() 196 static int ceph_tcp_send(struct ceph_connection *con) in ceph_tcp_send() 211 static void add_in_kvec(struct ceph_connection *con, void *buf, int len) in add_in_kvec() 224 static void reset_in_kvecs(struct ceph_connection *con) in reset_in_kvecs() 232 static void set_in_bvec(struct ceph_connection *con, const struct bio_vec *bv) in set_in_bvec() 240 static void set_in_skip(struct ceph_connection *con, int len) in set_in_skip() 248 static void add_out_kvec(struct ceph_connection *con, void *buf, int len) in add_out_kvec() 262 static void reset_out_kvecs(struct ceph_connection *con) in reset_out_kvecs() 273 static void set_out_bvec(struct ceph_connection *con, const struct bio_vec *bv, in set_out_bvec() 285 static void set_out_bvec_zero(struct ceph_connection *con) in set_out_bvec_zero() [all …]
|
H A D | messenger.c | 100 void ceph_con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_clear() argument 107 void ceph_con_flag_set(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_set() argument 114 bool ceph_con_flag_test(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_test() argument 121 bool ceph_con_flag_test_and_clear(struct ceph_connection *con, in ceph_con_flag_test_and_clear() argument 129 bool ceph_con_flag_test_and_set(struct ceph_connection *con, in ceph_con_flag_test_and_set() argument 280 con_sock_state_init(struct ceph_connection * con) con_sock_state_init() argument 291 con_sock_state_connecting(struct ceph_connection * con) con_sock_state_connecting() argument 302 con_sock_state_connected(struct ceph_connection * con) con_sock_state_connected() argument 313 con_sock_state_closing(struct ceph_connection * con) con_sock_state_closing() argument 326 con_sock_state_closed(struct ceph_connection * con) con_sock_state_closed() argument 347 struct ceph_connection *con = sk->sk_user_data; ceph_sock_data_ready() local 365 struct ceph_connection *con = sk->sk_user_data; ceph_sock_write_space() local 388 struct ceph_connection *con = sk->sk_user_data; ceph_sock_state_change() local 417 set_sock_callbacks(struct socket * sock,struct ceph_connection * con) set_sock_callbacks() argument 434 ceph_tcp_connect(struct ceph_connection * con) ceph_tcp_connect() argument 485 ceph_con_close_socket(struct ceph_connection * con) ceph_con_close_socket() argument 508 ceph_con_reset_protocol(struct ceph_connection * con) ceph_con_reset_protocol() argument 554 ceph_con_reset_session(struct ceph_connection * con) ceph_con_reset_session() argument 575 ceph_con_close(struct ceph_connection * con) ceph_con_close() argument 597 ceph_con_open(struct ceph_connection * con,__u8 entity_type,__u64 entity_num,struct ceph_entity_addr * addr) ceph_con_open() argument 620 ceph_con_opened(struct ceph_connection * con) ceph_con_opened() argument 631 ceph_con_init(struct ceph_connection * con,void * private,const struct ceph_connection_operations * ops,struct ceph_messenger * msgr) ceph_con_init() argument 671 ceph_con_discard_sent(struct ceph_connection * con,u64 ack_seq) ceph_con_discard_sent() argument 696 ceph_con_discard_requeued(struct ceph_connection * con,u64 reconnect_seq) ceph_con_discard_requeued() argument 1401 ceph_con_process_message(struct ceph_connection * con) ceph_con_process_message() argument 1434 queue_con_delay(struct ceph_connection * con,unsigned long delay) queue_con_delay() argument 1454 queue_con(struct ceph_connection * con) queue_con() argument 1459 cancel_con(struct ceph_connection * con) cancel_con() argument 1467 con_sock_closed(struct ceph_connection * con) con_sock_closed() argument 1499 con_backoff(struct ceph_connection * con) con_backoff() argument 1519 con_fault_finish(struct ceph_connection * con) con_fault_finish() argument 1543 struct ceph_connection *con = container_of(work, struct ceph_connection, ceph_con_workfn() local 1614 con_fault(struct ceph_connection * con) con_fault() argument 1704 msg_con_set(struct ceph_msg * msg,struct ceph_connection * con) msg_con_set() argument 1713 clear_standby(struct ceph_connection * con) clear_standby() argument 1731 ceph_con_send(struct ceph_connection * con,struct ceph_msg * msg) ceph_con_send() argument 1773 struct ceph_connection *con = msg->con; ceph_msg_revoke() local 1813 struct ceph_connection *con = msg->con; ceph_msg_revoke_incoming() local 1840 ceph_con_keepalive(struct ceph_connection * con) ceph_con_keepalive() argument 1853 ceph_con_keepalive_expired(struct ceph_connection * con,unsigned long interval) ceph_con_keepalive_expired() argument 2035 ceph_alloc_middle(struct ceph_connection * con,struct ceph_msg * msg) ceph_alloc_middle() argument 2066 ceph_con_in_msg_alloc(struct ceph_connection * con,struct ceph_msg_header * hdr,int * skip) ceph_con_in_msg_alloc() argument 2113 ceph_con_get_out_msg(struct ceph_connection * con) ceph_con_get_out_msg() argument [all...] |
H A D | mon_client.c | 706 static struct ceph_msg *get_generic_reply(struct ceph_connection *con, in get_generic_reply() argument 1360 mon_get_auth_request(struct ceph_connection * con,void * buf,int * buf_len,void ** authorizer,int * authorizer_len) mon_get_auth_request() argument 1379 mon_handle_auth_reply_more(struct ceph_connection * con,void * reply,int reply_len,void * buf,int * buf_len,void ** authorizer,int * authorizer_len) mon_handle_auth_reply_more() argument 1400 mon_handle_auth_done(struct ceph_connection * con,u64 global_id,void * reply,int reply_len,u8 * session_key,int * session_key_len,u8 * con_secret,int * con_secret_len) mon_handle_auth_done() argument 1423 mon_handle_auth_bad_method(struct ceph_connection * con,int used_proto,int result,const int * allowed_protos,int proto_cnt,const int * allowed_modes,int mode_cnt) mon_handle_auth_bad_method() argument 1445 mon_dispatch(struct ceph_connection * con,struct ceph_msg * msg) mon_dispatch() argument 1494 mon_alloc_msg(struct ceph_connection * con,struct ceph_msg_header * hdr,int * skip) mon_alloc_msg() argument 1554 mon_fault(struct ceph_connection * con) mon_fault() argument 1577 mon_get_con(struct ceph_connection * con) mon_get_con() argument 1582 mon_put_con(struct ceph_connection * con) mon_put_con() argument [all...] |
/linux/kernel/printk/ |
H A D | nbcon.c | 129 static inline void nbcon_state_set(struct console *con, struct nbcon_state *new) in nbcon_state_set() 139 static inline void nbcon_state_read(struct console *con, struct nbcon_state *state) in nbcon_state_read() 152 static inline bool nbcon_state_try_cmpxchg(struct console *con, struct nbcon_state *cur, in nbcon_state_try_cmpxchg() 164 u64 nbcon_seq_read(struct console *con) in nbcon_seq_read() 179 void nbcon_seq_force(struct console *con, u64 seq) in nbcon_seq_force() 206 struct console *con = ctxt->console; in nbcon_seq_try_update() local 243 struct console *con = ctxt->console; in nbcon_context_try_acquire_direct() local 348 struct console *con = ctxt->console; in nbcon_context_try_acquire_requested() local 431 struct console *con = ctxt->console; in nbcon_context_try_acquire_handover() local 547 struct console *con = ctxt->console; in nbcon_context_try_acquire_hostile() local [all …]
|
H A D | internal.h | 18 #define con_printk(lvl, con, fmt, ...) \ argument 121 static inline bool console_is_usable(struct console *con, short flags, bool use_atomic) in console_is_usable() 160 static inline void nbcon_kthread_wake(struct console *con) in nbcon_kthread_wake() 196 static inline u64 nbcon_seq_read(struct console *con) { return 0; } in nbcon_seq_read() 197 static inline void nbcon_seq_force(struct console *con, u64 seq) { } in nbcon_seq_force() 198 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc() 199 static inline void nbcon_free(struct console *con) { } in nbcon_free() 202 static inline bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record() 204 static inline void nbcon_kthread_wake(struct console *con) { } in nbcon_kthread_wake() 207 static inline bool console_is_usable(struct console *con, short flags, in console_is_usable()
|
/linux/drivers/usb/typec/ucsi/ |
H A D | psy.c | 34 static int ucsi_psy_get_scope(struct ucsi_connector *con, in ucsi_psy_get_scope() 54 static int ucsi_psy_get_online(struct ucsi_connector *con, in ucsi_psy_get_online() 64 static int ucsi_psy_get_voltage_min(struct ucsi_connector *con, in ucsi_psy_get_voltage_min() 87 static int ucsi_psy_get_voltage_max(struct ucsi_connector *con, in ucsi_psy_get_voltage_max() 114 static int ucsi_psy_get_voltage_now(struct ucsi_connector *con, in ucsi_psy_get_voltage_now() 143 static int ucsi_psy_get_current_max(struct ucsi_connector *con, in ucsi_psy_get_current_max() 173 static int ucsi_psy_get_current_now(struct ucsi_connector *con, in ucsi_psy_get_current_now() 183 static int ucsi_psy_get_usb_type(struct ucsi_connector *con, in ucsi_psy_get_usb_type() 194 static int ucsi_psy_get_charge_type(struct ucsi_connector *con, union power_supply_propval *val) in ucsi_psy_get_charge_type() 227 struct ucsi_connector *con = power_supply_get_drvdata(psy); in ucsi_psy_get_prop() local [all …]
|
/linux/net/tipc/ |
H A D | topsrv.c | 119 static bool connected(struct tipc_conn *con) in connected() 126 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release() local 146 static void conn_put(struct tipc_conn *con) in conn_put() 151 static void conn_get(struct tipc_conn *con) in conn_get() 156 static void tipc_conn_close(struct tipc_conn *con) in tipc_conn_close() 182 struct tipc_conn *con; in tipc_conn_alloc() local 218 struct tipc_conn *con; in tipc_conn_lookup() local 231 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub() 249 static void tipc_conn_send_to_sock(struct tipc_conn *con) in tipc_conn_send_to_sock() 303 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); in tipc_conn_send_work() local [all …]
|
/linux/fs/dlm/ |
H A D | lowcomms.c | 134 struct connection *con; member 215 static void lowcomms_queue_swork(struct connection *con) in lowcomms_queue_swork() 225 static void lowcomms_queue_rwork(struct connection *con) in lowcomms_queue_rwork() 255 static struct writequeue_entry *con_next_wq(struct connection *con) in con_next_wq() 272 struct connection *con; in __find_con() local 282 static void dlm_con_init(struct connection *con, int nodeid) in dlm_con_init() 300 struct connection *con, *tmp; in nodeid2con() local 367 struct connection *con; in nodeid_to_addr() local 424 struct connection *con; in addr_to_nodeid() local 450 static bool dlm_lowcomms_con_has_addr(const struct connection *con, in dlm_lowcomms_con_has_addr() [all …]
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 307 static void rtrs_rdma_error_recovery(struct rtrs_clt_con *con) in rtrs_rdma_error_recovery() 331 struct rtrs_clt_con *con = to_clt_con(wc->qp->qp_context); in rtrs_clt_fast_reg_done() local 351 struct rtrs_clt_con *con = to_clt_con(wc->qp->qp_context); in rtrs_clt_inv_rkey_done() local 368 struct rtrs_clt_con *con = req->con; in rtrs_inv_rkey() local 383 struct rtrs_clt_con *con = req->con; in complete_rdma_req() local 456 static int rtrs_post_send_rdma(struct rtrs_clt_con *con, in rtrs_post_send_rdma() 506 static void rtrs_clt_recv_done(struct rtrs_clt_con *con, struct ib_wc *wc) in rtrs_clt_recv_done() 522 static void rtrs_clt_rkey_rsp_done(struct rtrs_clt_con *con, struct ib_wc *wc) in rtrs_clt_rkey_rsp_done() 584 static int rtrs_post_recv_empty_x2(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty_x2() 603 struct rtrs_clt_con *con = to_clt_con(wc->qp->qp_context); in rtrs_clt_rdma_done() local [all …]
|
H A D | rtrs-srv.c | 182 struct rtrs_srv_con *con = to_srv_con(wc->qp->qp_context); in rtrs_srv_reg_mr_done() local 341 static int send_io_resp_imm(struct rtrs_srv_con *con, struct rtrs_srv_op *id, in send_io_resp_imm() 486 struct rtrs_srv_con *con; in rtrs_srv_resp_rdma() local 678 struct rtrs_srv_con *con = container_of(c, typeof(*con), c); in rtrs_srv_hb_err_handler() local 706 struct rtrs_srv_con *con = to_srv_con(wc->qp->qp_context); in rtrs_srv_info_rsp_done() local 793 static int process_info_req(struct rtrs_srv_con *con, in process_info_req() 907 struct rtrs_srv_con *con = to_srv_con(wc->qp->qp_context); in rtrs_srv_info_req_done() local 948 static int post_recv_info_req(struct rtrs_srv_con *con) in post_recv_info_req() 971 static int post_recv_io(struct rtrs_srv_con *con, size_t q_size) in post_recv_io() 1017 static void process_read(struct rtrs_srv_con *con, in process_read() [all …]
|
/linux/arch/arm/mach-s3c/ |
H A D | gpio-samsung.c | 73 u32 con; in samsung_gpio_setcfg_2bit() local 104 u32 con; in samsung_gpio_getcfg_2bit() local 136 u32 con; in samsung_gpio_setcfg_4bit() local 171 u32 con; in samsung_gpio_getcfg_4bit() local 250 unsigned long con; in samsung_gpiolib_2bit_input() local 270 unsigned long con; in samsung_gpiolib_2bit_output() local 312 unsigned long con; in samsung_gpiolib_4bit_input() local 331 unsigned long con; in samsung_gpiolib_4bit_output() local 382 unsigned long con; in samsung_gpiolib_4bit2_input() local 404 unsigned long con; in samsung_gpiolib_4bit2_output() local
|
H A D | pm-gpio.c | 74 static inline int is_sfn(unsigned long con) in is_sfn() 81 static inline int is_in(unsigned long con) in is_in() 88 static inline int is_out(unsigned long con) in is_out() 243 void __iomem *con = chip->base + (index * 4); in samsung_gpio_pm_4bit_con() local
|
/linux/tools/perf/util/ |
H A D | bpf_lock_contention.c | 37 static void check_slab_cache_iter(struct lock_contention *con) in check_slab_cache_iter() 111 static void init_numa_data(struct lock_contention *con) in init_numa_data() 180 int lock_contention_prepare(struct lock_contention *con) in lock_contention_prepare() 484 static void account_end_timestamp(struct lock_contention *con) in account_end_timestamp() 555 static const char *lock_contention_get_name(struct lock_contention *con, in lock_contention_get_name() 655 struct lock_stat *pop_owner_stack_trace(struct lock_contention *con) in pop_owner_stack_trace() 712 int lock_contention_read(struct lock_contention *con) in lock_contention_read() 833 int lock_contention_finish(struct lock_contention *con) in lock_contention_finish()
|
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-audio-hook.c | 57 unsigned int con; in gvbctv3pci_audio() local 88 unsigned int val, con; in gvbctv5pci_audio() local 261 unsigned int con = 0; in terratv_audio() local 445 unsigned int con = 0xffffff; in adtvk503_audio() local
|
/linux/fs/proc/ |
H A D | consoles.c | 30 struct console *con = v; in show_console_dev() local 74 struct console *con; in c_start() local 92 struct console *con = v; in c_next() local
|
/linux/drivers/gpu/drm/clients/ |
H A D | drm_log.c | 57 struct console con; member 68 static struct drm_log *console_to_drm_log(struct console *con) in console_to_drm_log() 348 static void drm_log_write_thread(struct console *con, struct nbcon_write_context *wctxt) in drm_log_write_thread() 365 static void drm_log_lock(struct console *con, unsigned long *flags) in drm_log_lock() 373 static void drm_log_unlock(struct console *con, unsigned long flags) in drm_log_unlock() 381 static void drm_log_register_console(struct console *con) in drm_log_register_console()
|
/linux/drivers/tty/serial/ |
H A D | earlycon-riscv-sbi.c | 18 static void sbi_0_1_console_write(struct console *con, in sbi_0_1_console_write() 25 static void sbi_dbcn_console_write(struct console *con, in sbi_dbcn_console_write()
|
H A D | suncore.c | 55 int sunserial_console_match(struct console *con, struct device_node *dp, in sunserial_console_match() 85 void sunserial_console_termios(struct console *con, struct device_node *uart_dp) in sunserial_console_termios()
|
/linux/drivers/usb/typec/ |
H A D | port-mapper.c | 79 int typec_link_ports(struct typec_port *con) in typec_link_ports() 104 void typec_unlink_ports(struct typec_port *con) in typec_unlink_ports()
|
/linux/arch/x86/kernel/ |
H A D | early_printk.c | 31 static void early_vga_write(struct console *con, const char *str, unsigned n) in early_vga_write() 124 static void early_serial_write(struct console *con, const char *s, unsigned n) in early_serial_write() 373 static void early_console_register(struct console *con, int keep_early) in early_console_register()
|
/linux/arch/m68k/emu/ |
H A D | nfcon.c | 43 static void nfcon_write(struct console *con, const char *str, in nfcon_write() 49 static struct tty_driver *nfcon_device(struct console *con, int *index) in nfcon_device()
|
/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-exynos.c | 160 unsigned int con, trig_type; in exynos_irq_set_type() local 230 unsigned int shift, mask, con; in exynos_irq_request_resources() local 272 unsigned int shift, mask, con; in exynos_irq_release_resources() local 379 static void exynos_eint_update_flt_reg(void __iomem *reg, int cnt, int con) in exynos_eint_update_flt_reg() 403 unsigned int con = EXYNOS_FLTCON_EN | filter; in exynos_eint_set_filter() local
|
/linux/drivers/rtc/ |
H A D | rtc-s3c.c | 336 unsigned int con, tmp; in s3c24xx_rtc_enable() local 366 unsigned int con; in s3c24xx_rtc_disable() local 379 unsigned int con; in s3c6410_rtc_disable() local
|
/linux/sound/soc/samsung/ |
H A D | spdif.c | 184 u32 con, clkcon, cstas; in spdif_hw_params() local 285 u32 con, clkcon; in spdif_shutdown() local 302 u32 con = spdif->saved_con; in spdif_suspend() local
|