Home
last modified time | relevance | path

Searched defs:ac (Results 1 – 25 of 157) sorted by relevance

1234567

/linux/net/ceph/
H A Dauth.c24 static int init_protocol(struct ceph_auth_client *ac, int proto) in init_protocol() argument
39 void ceph_auth_set_global_id(struct ceph_auth_client *ac, u64 global_id) in ceph_auth_set_global_id() argument
60 struct ceph_auth_client *ac; in ceph_auth_init() local
81 ceph_auth_destroy(struct ceph_auth_client * ac) ceph_auth_destroy() argument
92 ceph_auth_reset(struct ceph_auth_client * ac) ceph_auth_reset() argument
121 ceph_auth_build_hello(struct ceph_auth_client * ac,void * buf,size_t len) ceph_auth_build_hello() argument
164 build_request(struct ceph_auth_client * ac,bool add_header,void * buf,int buf_len) build_request() argument
198 ceph_handle_auth_reply(struct ceph_auth_client * ac,void * buf,size_t len,void * reply_buf,size_t reply_len) ceph_handle_auth_reply() argument
284 ceph_build_auth(struct ceph_auth_client * ac,void * msg_buf,size_t msg_len) ceph_build_auth() argument
296 ceph_auth_is_authenticated(struct ceph_auth_client * ac) ceph_auth_is_authenticated() argument
308 __ceph_auth_get_authorizer(struct ceph_auth_client * ac,struct ceph_auth_handshake * auth,int peer_type,bool force_new,int * proto,int * pref_mode,int * fallb_mode) __ceph_auth_get_authorizer() argument
347 ceph_auth_add_authorizer_challenge(struct ceph_auth_client * ac,struct ceph_authorizer * a,void * challenge_buf,int challenge_buf_len) ceph_auth_add_authorizer_challenge() argument
363 ceph_auth_verify_authorizer_reply(struct ceph_auth_client * ac,struct ceph_authorizer * a,void * reply,int reply_len,u8 * session_key,int * session_key_len,u8 * con_secret,int * con_secret_len) ceph_auth_verify_authorizer_reply() argument
381 ceph_auth_invalidate_authorizer(struct ceph_auth_client * ac,int peer_type) ceph_auth_invalidate_authorizer() argument
427 ceph_auth_get_request(struct ceph_auth_client * ac,void * buf,int buf_len) ceph_auth_get_request() argument
475 ceph_auth_handle_reply_more(struct ceph_auth_client * ac,void * reply,int reply_len,void * buf,int buf_len) ceph_auth_handle_reply_more() argument
491 ceph_auth_handle_reply_done(struct ceph_auth_client * ac,u64 global_id,void * reply,int reply_len,u8 * session_key,int * session_key_len,u8 * con_secret,int * con_secret_len) ceph_auth_handle_reply_done() argument
507 ceph_auth_handle_bad_method(struct ceph_auth_client * ac,int used_proto,int result,const int * allowed_protos,int proto_cnt,const int * allowed_modes,int mode_cnt) ceph_auth_handle_bad_method() argument
547 ceph_auth_get_authorizer(struct ceph_auth_client * ac,struct ceph_auth_handshake * auth,int peer_type,void * buf,int * buf_len) ceph_auth_get_authorizer() argument
577 ceph_auth_handle_svc_reply_more(struct ceph_auth_client * ac,struct ceph_auth_handshake * auth,void * reply,int reply_len,void * buf,int * buf_len) ceph_auth_handle_svc_reply_more() argument
601 ceph_auth_handle_svc_reply_done(struct ceph_auth_client * ac,struct ceph_auth_handshake * auth,void * reply,int reply_len,u8 * session_key,int * session_key_len,u8 * con_secret,int * con_secret_len) ceph_auth_handle_svc_reply_done() argument
613 ceph_auth_handle_bad_authorizer(struct ceph_auth_client * ac,int peer_type,int used_proto,int result,const int * allowed_protos,int proto_cnt,const int * allowed_modes,int mode_cnt) ceph_auth_handle_bad_authorizer() argument
[all...]
H A Dauth_none.c15 static void reset(struct ceph_auth_client *ac) in reset() argument
22 static void destroy(struct ceph_auth_client *ac) in destroy() argument
28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated() argument
35 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate() argument
42 static int ceph_auth_none_build_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_build_authorizer() argument
63 build_request(struct ceph_auth_client * ac,void * buf,void * end) build_request() argument
72 handle_reply(struct ceph_auth_client * ac,u64 global_id,void * buf,void * end,u8 * session_key,int * session_key_len,u8 * con_secret,int * con_secret_len) handle_reply() argument
94 ceph_auth_none_create_authorizer(struct ceph_auth_client * ac,int peer_type,struct ceph_auth_handshake * auth) ceph_auth_none_create_authorizer() argument
131 ceph_auth_none_init(struct ceph_auth_client * ac) ceph_auth_none_init() argument
[all...]
H A Dauth_x.c22 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated() argument
36 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate() argument
120 get_ticket_handler(struct ceph_auth_client * ac,int service) get_ticket_handler() argument
147 remove_ticket_handler(struct ceph_auth_client * ac,struct ceph_x_ticket_handler * th) remove_ticket_handler() argument
160 process_one_ticket(struct ceph_auth_client * ac,struct ceph_crypto_key * secret,void ** p,void * end) process_one_ticket() argument
270 ceph_x_proc_ticket_reply(struct ceph_auth_client * ac,struct ceph_crypto_key * secret,void ** p,void * end) ceph_x_proc_ticket_reply() argument
351 ceph_x_build_authorizer(struct ceph_auth_client * ac,struct ceph_x_ticket_handler * th,struct ceph_x_authorizer * au) ceph_x_build_authorizer() argument
458 ceph_x_validate_tickets(struct ceph_auth_client * ac,int * pneed) ceph_x_validate_tickets() argument
488 ceph_x_build_request(struct ceph_auth_client * ac,void * buf,void * end) ceph_x_build_request() argument
600 handle_auth_session_key(struct ceph_auth_client * ac,u64 global_id,void ** p,void * end,u8 * session_key,int * session_key_len,u8 * con_secret,int * con_secret_len) handle_auth_session_key() argument
665 ceph_x_handle_reply(struct ceph_auth_client * ac,u64 global_id,void * buf,void * end,u8 * session_key,int * session_key_len,u8 * con_secret,int * con_secret_len) ceph_x_handle_reply() argument
735 ceph_x_create_authorizer(struct ceph_auth_client * ac,int peer_type,struct ceph_auth_handshake * auth) ceph_x_create_authorizer() argument
770 ceph_x_update_authorizer(struct ceph_auth_client * ac,int peer_type,struct ceph_auth_handshake * auth) ceph_x_update_authorizer() argument
817 ceph_x_add_authorizer_challenge(struct ceph_auth_client * ac,struct ceph_authorizer * a,void * challenge,int challenge_len) ceph_x_add_authorizer_challenge() argument
875 ceph_x_verify_authorizer_reply(struct ceph_auth_client * ac,struct ceph_authorizer * a,void * reply,int reply_len,u8 * session_key,int * session_key_len,u8 * con_secret,int * con_secret_len) ceph_x_verify_authorizer_reply() argument
904 ceph_x_reset(struct ceph_auth_client * ac) ceph_x_reset() argument
913 ceph_x_destroy(struct ceph_auth_client * ac) ceph_x_destroy() argument
933 invalidate_ticket(struct ceph_auth_client * ac,int peer_type) invalidate_ticket() argument
949 ceph_x_invalidate_authorizer(struct ceph_auth_client * ac,int peer_type) ceph_x_invalidate_authorizer() argument
1087 ceph_x_init(struct ceph_auth_client * ac) ceph_x_init() argument
[all...]
/linux/drivers/s390/crypto/
H A Dap_card.c25 struct ap_card *ac = to_ap_card(dev); in hwtype_show() local
35 struct ap_card *ac = to_ap_card(dev); in raw_hwtype_show() local
45 struct ap_card *ac = to_ap_card(dev); in depth_show() local
55 struct ap_card *ac = to_ap_card(dev); in ap_functions_show() local
66 struct ap_card *ac = to_ap_card(dev); in request_count_show() local
82 struct ap_card *ac = to_ap_card(dev); request_count_store() local
102 struct ap_card *ac = to_ap_card(dev); requestq_count_show() local
121 struct ap_card *ac = to_ap_card(dev); pendingq_count_show() local
145 struct ap_card *ac = to_ap_card(dev); config_show() local
155 struct ap_card *ac = to_ap_card(dev); config_store() local
179 struct ap_card *ac = to_ap_card(dev); chkstop_show() local
189 struct ap_card *ac = to_ap_card(dev); max_msg_size_show() local
227 struct ap_card *ac = to_ap_card(dev); ap_card_device_release() local
235 struct ap_card *ac; ap_card_create() local
[all...]
H A Dzcrypt_cex4.c82 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show() local
212 struct ap_card *ac = to_ap_card(dev); in ep11_api_ordinalnr_show() local
232 struct ap_card *ac = to_ap_card(dev); in ep11_fw_version_show() local
254 struct ap_card *ac = to_ap_card(dev); in ep11_serialnr_show() local
290 struct ap_card *ac = to_ap_card(dev); in ep11_card_op_modes_show() local
466 struct ap_card *ac = to_ap_card(&ap_dev->device); zcrypt_cex4_card_probe() local
622 struct ap_card *ac = to_ap_card(&ap_dev->device); zcrypt_cex4_card_remove() local
[all...]
H A Dzcrypt_card.c55 struct ap_card *ac = to_ap_card(dev); in online_show() local
66 struct ap_card *ac = to_ap_card(dev); in online_store() local
/linux/drivers/power/supply/
H A Dsurface_charger.c67 static int spwr_ac_update_unlocked(struct spwr_ac_device *ac) in spwr_ac_update_unlocked() argument
81 static int spwr_ac_update(struct spwr_ac_device *ac) in spwr_ac_update() argument
92 spwr_ac_recheck(struct spwr_ac_device * ac) spwr_ac_recheck() argument
105 struct spwr_ac_device *ac; spwr_notify_ac() local
142 struct spwr_ac_device *ac = power_supply_get_drvdata(psy); spwr_ac_get_property() local
174 spwr_ac_init(struct spwr_ac_device * ac,struct ssam_device * sdev,struct ssam_event_registry registry,const char * name) spwr_ac_init() argument
197 spwr_ac_register(struct spwr_ac_device * ac) spwr_ac_register() argument
234 struct spwr_ac_device *ac; surface_ac_probe() local
252 struct spwr_ac_device *ac = ssam_device_get_drvdata(sdev); surface_ac_remove() local
[all...]
/linux/drivers/input/misc/
H A Dadxl34x.c181 #define AC_READ(ac, reg) ((ac)->bops->read((ac)->dev, reg)) argument
182 #define AC_WRITE(ac, reg, val) ((ac)->bops->write((ac)->dev, reg, val)) argument
238 static void adxl34x_get_triple(struct adxl34x *ac, struct axis_triple *axis) in adxl34x_get_triple() argument
256 adxl34x_service_ev_fifo(struct adxl34x * ac) adxl34x_service_ev_fifo() argument
278 adxl34x_send_key_events(struct adxl34x * ac,struct adxl34x_platform_data * pdata,int status,int press) adxl34x_send_key_events() argument
290 adxl34x_do_tap(struct adxl34x * ac,struct adxl34x_platform_data * pdata,int status) adxl34x_do_tap() argument
300 struct adxl34x *ac = handle; adxl34x_irq() local
401 __adxl34x_disable(struct adxl34x * ac) __adxl34x_disable() argument
410 __adxl34x_enable(struct adxl34x * ac) __adxl34x_enable() argument
417 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_suspend() local
431 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_resume() local
446 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_disable_show() local
455 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_disable_store() local
485 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_calibrate_show() local
499 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_calibrate_store() local
530 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_rate_show() local
539 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_rate_store() local
562 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_autosleep_show() local
572 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_autosleep_store() local
599 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_position_show() local
614 struct adxl34x *ac = dev_get_drvdata(dev); adxl34x_write_store() local
658 struct adxl34x *ac = input_get_drvdata(input); adxl34x_input_open() local
672 struct adxl34x *ac = input_get_drvdata(input); adxl34x_input_close() local
686 struct adxl34x *ac; adxl34x_probe() local
[all...]
/linux/drivers/media/pci/tw686x/
H A Dtw686x-audio.c38 struct tw686x_audio_channel *ac = &dev->audio_channels[ch]; in tw686x_audio_irq() local
107 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; tw686x_pcm_open() local
124 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; tw686x_pcm_close() local
133 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; tw686x_pcm_prepare() local
214 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; tw686x_pcm_trigger() local
253 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; tw686x_pcm_pointer() local
296 tw686x_audio_dma_free(struct tw686x_dev * dev,struct tw686x_audio_channel * ac) tw686x_audio_dma_free() argument
311 tw686x_audio_dma_alloc(struct tw686x_dev * dev,struct tw686x_audio_channel * ac) tw686x_audio_dma_alloc() argument
384 struct tw686x_audio_channel *ac; tw686x_audio_init() local
[all...]
/linux/drivers/acpi/
H A Dac.c66 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() argument
96 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property() local
122 struct acpi_ac *ac = data; acpi_ac_notify() local
155 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); acpi_ac_battery_notify() local
208 struct acpi_ac *ac; acpi_ac_probe() local
264 struct acpi_ac *ac = dev_get_drvdata(dev); acpi_ac_resume() local
281 struct acpi_ac *ac = platform_get_drvdata(pdev); acpi_ac_remove() local
[all...]
/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.c280 static inline void q6asm_add_hdr(struct audio_client *ac, struct apr_hdr *hdr, in q6asm_add_hdr() argument
292 static int q6asm_apr_send_session_pkt(struct q6asm *a, struct audio_client *ac, in q6asm_apr_send_session_pkt() argument
329 __q6asm_memory_unmap(struct audio_client * ac,phys_addr_t buf_add,int dir) __q6asm_memory_unmap() argument
373 q6asm_audio_client_free_buf(struct audio_client * ac,struct audio_port_data * port) q6asm_audio_client_free_buf() argument
393 q6asm_unmap_memory_regions(unsigned int dir,struct audio_client * ac) q6asm_unmap_memory_regions() argument
422 __q6asm_memory_map_regions(struct audio_client * ac,int dir,size_t period_sz,unsigned int periods,bool is_contiguous) __q6asm_memory_map_regions() argument
501 q6asm_map_memory_regions(unsigned int dir,struct audio_client * ac,phys_addr_t phys,size_t period_sz,unsigned int periods) q6asm_map_memory_regions() argument
551 struct audio_client *ac; q6asm_audio_client_release() local
570 q6asm_audio_client_free(struct audio_client * ac) q6asm_audio_client_free() argument
579 struct audio_client *ac = NULL; q6asm_get_audio_client() local
609 struct audio_client *ac; q6asm_stream_callback() local
753 struct audio_client *ac = NULL; q6asm_srvc_callback() local
847 struct audio_client *ac; q6asm_audio_client_alloc() local
881 q6asm_ac_send_cmd_sync(struct audio_client * ac,struct apr_pkt * pkt) q6asm_ac_send_cmd_sync() argument
927 q6asm_open_write(struct audio_client * ac,uint32_t stream_id,uint32_t format,u32 codec_profile,uint16_t bits_per_sample,bool is_gapless) q6asm_open_write() argument
1009 __q6asm_run(struct audio_client * ac,uint32_t stream_id,uint32_t flags,uint32_t msw_ts,uint32_t lsw_ts,bool wait) __q6asm_run() argument
1055 q6asm_run(struct audio_client * ac,uint32_t stream_id,uint32_t flags,uint32_t msw_ts,uint32_t lsw_ts) q6asm_run() argument
1073 q6asm_run_nowait(struct audio_client * ac,uint32_t stream_id,uint32_t flags,uint32_t msw_ts,uint32_t lsw_ts) q6asm_run_nowait() argument
1092 q6asm_media_format_block_multi_ch_pcm(struct audio_client * ac,uint32_t stream_id,uint32_t rate,uint32_t channels,u8 channel_map[PCM_MAX_NUM_CHANNEL],uint16_t bits_per_sample) q6asm_media_format_block_multi_ch_pcm() argument
1141 q6asm_stream_media_format_block_flac(struct audio_client * ac,uint32_t stream_id,struct q6asm_flac_cfg * cfg) q6asm_stream_media_format_block_flac() argument
1178 q6asm_stream_media_format_block_wma_v9(struct audio_client * ac,uint32_t stream_id,struct q6asm_wma_cfg * cfg) q6asm_stream_media_format_block_wma_v9() argument
1216 q6asm_stream_media_format_block_wma_v10(struct audio_client * ac,uint32_t stream_id,struct q6asm_wma_cfg * cfg) q6asm_stream_media_format_block_wma_v10() argument
1255 q6asm_stream_media_format_block_alac(struct audio_client * ac,uint32_t stream_id,struct q6asm_alac_cfg * cfg) q6asm_stream_media_format_block_alac() argument
1297 q6asm_stream_media_format_block_ape(struct audio_client * ac,uint32_t stream_id,struct q6asm_ape_cfg * cfg) q6asm_stream_media_format_block_ape() argument
1337 q6asm_stream_remove_silence(struct audio_client * ac,uint32_t stream_id,uint32_t cmd,uint32_t num_samples) q6asm_stream_remove_silence() argument
1367 q6asm_stream_remove_initial_silence(struct audio_client * ac,uint32_t stream_id,uint32_t initial_samples) q6asm_stream_remove_initial_silence() argument
1377 q6asm_stream_remove_trailing_silence(struct audio_client * ac,uint32_t stream_id,uint32_t trailing_samples) q6asm_stream_remove_trailing_silence() argument
1397 q6asm_enc_cfg_blk_pcm_format_support(struct audio_client * ac,uint32_t stream_id,uint32_t rate,uint32_t channels,uint16_t bits_per_sample) q6asm_enc_cfg_blk_pcm_format_support() argument
1452 q6asm_read(struct audio_client * ac,uint32_t stream_id) q6asm_read() argument
1501 __q6asm_open_read(struct audio_client * ac,uint32_t stream_id,uint32_t format,uint16_t bits_per_sample) __q6asm_open_read() argument
1554 q6asm_open_read(struct audio_client * ac,uint32_t stream_id,uint32_t format,uint16_t bits_per_sample) q6asm_open_read() argument
1573 q6asm_write_async(struct audio_client * ac,uint32_t stream_id,uint32_t len,uint32_t msw_ts,uint32_t lsw_ts,uint32_t wflags) q6asm_write_async() argument
1626 q6asm_reset_buf_state(struct audio_client * ac) q6asm_reset_buf_state() argument
1639 __q6asm_cmd(struct audio_client * ac,uint32_t stream_id,int cmd,bool wait) __q6asm_cmd() argument
1693 q6asm_cmd(struct audio_client * ac,uint32_t stream_id,int cmd) q6asm_cmd() argument
1708 q6asm_cmd_nowait(struct audio_client * ac,uint32_t stream_id,int cmd) q6asm_cmd_nowait() argument
[all...]
/linux/fs/ocfs2/
H A Dsuballoc.c122 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource() argument
142 ocfs2_free_alloc_context(struct ocfs2_alloc_context * ac) ocfs2_free_alloc_context() argument
423 ocfs2_block_group_alloc_contig(struct ocfs2_super * osb,handle_t * handle,struct inode * alloc_inode,struct ocfs2_alloc_context * ac,struct ocfs2_chain_list * cl) ocfs2_block_group_alloc_contig() argument
467 ocfs2_block_group_claim_bits(struct ocfs2_super * osb,handle_t * handle,struct ocfs2_alloc_context * ac,unsigned int min_bits,u32 * bit_off,u32 * num_bits) ocfs2_block_group_claim_bits() argument
488 ocfs2_block_group_grow_discontig(handle_t * handle,struct inode * alloc_inode,struct buffer_head * bg_bh,struct ocfs2_alloc_context * ac,struct ocfs2_chain_list * cl,unsigned int min_bits) ocfs2_block_group_grow_discontig() argument
580 ocfs2_block_group_alloc_discontig(handle_t * handle,struct inode * alloc_inode,struct ocfs2_alloc_context * ac,struct ocfs2_chain_list * cl) ocfs2_block_group_alloc_discontig() argument
665 struct ocfs2_alloc_context *ac = NULL; ocfs2_block_group_alloc() local
769 ocfs2_reserve_suballoc_bits(struct ocfs2_super * osb,struct ocfs2_alloc_context * ac,int type,u32 slot,u64 * last_alloc_group,int flags) ocfs2_reserve_suballoc_bits() argument
917 ocfs2_steal_resource(struct ocfs2_super * osb,struct ocfs2_alloc_context * ac,int type) ocfs2_steal_resource() argument
950 ocfs2_steal_inode(struct ocfs2_super * osb,struct ocfs2_alloc_context * ac) ocfs2_steal_inode() argument
956 ocfs2_steal_meta(struct ocfs2_super * osb,struct ocfs2_alloc_context * ac) ocfs2_steal_meta() argument
963 ocfs2_reserve_new_metadata_blocks(struct ocfs2_super * osb,int blocks,struct ocfs2_alloc_context ** ac) ocfs2_reserve_new_metadata_blocks() argument
1025 ocfs2_reserve_new_metadata(struct ocfs2_super * osb,struct ocfs2_extent_list * root_el,struct ocfs2_alloc_context ** ac) ocfs2_reserve_new_metadata() argument
1033 ocfs2_reserve_new_inode(struct ocfs2_super * osb,struct ocfs2_alloc_context ** ac) ocfs2_reserve_new_inode() argument
1127 ocfs2_reserve_cluster_bitmap_bits(struct ocfs2_super * osb,struct ocfs2_alloc_context * ac) ocfs2_reserve_cluster_bitmap_bits() argument
1150 ocfs2_reserve_clusters_with_limit(struct ocfs2_super * osb,u32 bits_wanted,u64 max_block,int flags,struct ocfs2_alloc_context ** ac) ocfs2_reserve_clusters_with_limit() argument
1227 ocfs2_reserve_clusters(struct ocfs2_super * osb,u32 bits_wanted,struct ocfs2_alloc_context ** ac) ocfs2_reserve_clusters() argument
1692 ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context * ac,struct ocfs2_group_desc * bg,struct ocfs2_suballoc_result * res) ocfs2_bg_discontig_fix_result() argument
1722 ocfs2_search_one_group(struct ocfs2_alloc_context * ac,handle_t * handle,u32 bits_wanted,u32 min_bits,struct ocfs2_suballoc_result * res,u16 * bits_left) ocfs2_search_one_group() argument
1790 ocfs2_search_chain(struct ocfs2_alloc_context * ac,handle_t * handle,u32 bits_wanted,u32 min_bits,struct ocfs2_suballoc_result * res,u16 * bits_left) ocfs2_search_chain() argument
1945 ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context * ac,handle_t * handle,u32 bits_wanted,u32 min_bits,struct ocfs2_suballoc_result * res) ocfs2_claim_suballoc_bits() argument
2068 ocfs2_claim_metadata(handle_t * handle,struct ocfs2_alloc_context * ac,u32 bits_wanted,u64 * suballoc_loc,u16 * suballoc_bit_start,unsigned int * num_bits,u64 * blkno_start) ocfs2_claim_metadata() argument
2107 ocfs2_init_inode_ac_group(struct inode * dir,struct buffer_head * parent_di_bh,struct ocfs2_alloc_context * ac) ocfs2_init_inode_ac_group() argument
2134 ocfs2_save_inode_ac_group(struct inode * dir,struct ocfs2_alloc_context * ac) ocfs2_save_inode_ac_group() argument
2142 ocfs2_find_new_inode_loc(struct inode * dir,struct buffer_head * parent_fe_bh,struct ocfs2_alloc_context * ac,u64 * fe_blkno) ocfs2_find_new_inode_loc() argument
2203 ocfs2_claim_new_inode_at_loc(handle_t * handle,struct inode * dir,struct ocfs2_alloc_context * ac,u64 * suballoc_loc,u16 * suballoc_bit,u64 di_blkno) ocfs2_claim_new_inode_at_loc() argument
2277 ocfs2_claim_new_inode(handle_t * handle,struct inode * dir,struct buffer_head * parent_fe_bh,struct ocfs2_alloc_context * ac,u64 * suballoc_loc,u16 * suballoc_bit,u64 * fe_blkno) ocfs2_claim_new_inode() argument
2379 __ocfs2_claim_clusters(handle_t * handle,struct ocfs2_alloc_context * ac,u32 min_clusters,u32 max_clusters,u32 * cluster_start,u32 * num_clusters) __ocfs2_claim_clusters() argument
2451 ocfs2_claim_clusters(handle_t * handle,struct ocfs2_alloc_context * ac,u32 min_clusters,u32 * cluster_start,u32 * num_clusters) ocfs2_claim_clusters() argument
[all...]
H A Dlocalalloc.c617 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits() argument
716 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits() argument
772 ocfs2_free_local_alloc_bits(struct ocfs2_super * osb,handle_t * handle,struct ocfs2_alloc_context * ac,u32 bit_off,u32 num_bits) ocfs2_free_local_alloc_bits() argument
1093 ocfs2_local_alloc_reserve_for_window(struct ocfs2_super * osb,struct ocfs2_alloc_context ** ac,struct inode ** bitmap_inode,struct buffer_head ** bitmap_bh) ocfs2_local_alloc_reserve_for_window() argument
1144 ocfs2_local_alloc_new_window(struct ocfs2_super * osb,handle_t * handle,struct ocfs2_alloc_context * ac) ocfs2_local_alloc_new_window() argument
1239 struct ocfs2_alloc_context *ac = NULL; ocfs2_local_alloc_slide_window() local
[all...]
/linux/fs/ext4/
H A Dmballoc.c878 static int ext4_mb_scan_groups_xa_range(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_xa_range() argument
912 ext4_mb_scan_groups_largest_free_order_range(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_largest_free_order_range() argument
928 ext4_mb_scan_groups_p2_aligned(struct ext4_allocation_context * ac,ext4_group_t group) ext4_mb_scan_groups_p2_aligned() argument
963 ext4_mb_scan_groups_avg_frag_order_range(struct ext4_allocation_context * ac,int order,ext4_group_t start,ext4_group_t end) ext4_mb_scan_groups_avg_frag_order_range() argument
979 ext4_mb_scan_groups_goal_fast(struct ext4_allocation_context * ac,ext4_group_t group) ext4_mb_scan_groups_goal_fast() argument
1029 ext4_mb_scan_groups_best_avail(struct ext4_allocation_context * ac,ext4_group_t group) ext4_mb_scan_groups_best_avail() argument
1113 should_optimize_scan(struct ext4_allocation_context * ac) should_optimize_scan() argument
1136 ext4_mb_scan_groups_linear(struct ext4_allocation_context * ac,ext4_group_t ngroups,ext4_group_t * start,ext4_group_t count) ext4_mb_scan_groups_linear() argument
1163 ext4_mb_scan_groups(struct ext4_allocation_context * ac) ext4_mb_scan_groups() argument
2205 ext4_mb_use_best_found(struct ext4_allocation_context * ac,struct ext4_buddy * e4b) ext4_mb_use_best_found() argument
2254 ext4_mb_check_limits(struct ext4_allocation_context * ac,struct ext4_buddy * e4b,int finish_group) ext4_mb_check_limits() argument
2307 ext4_mb_measure_extent(struct ext4_allocation_context * ac,struct ext4_free_extent * ex,struct ext4_buddy * e4b) ext4_mb_measure_extent() argument
2368 ext4_mb_try_best_found(struct ext4_allocation_context * ac,struct ext4_buddy * e4b) ext4_mb_try_best_found() argument
2398 ext4_mb_find_by_goal(struct ext4_allocation_context * ac,struct ext4_buddy * e4b) ext4_mb_find_by_goal() argument
2467 ext4_mb_simple_scan_group(struct ext4_allocation_context * ac,struct ext4_buddy * e4b) ext4_mb_simple_scan_group() argument
2521 ext4_mb_complex_scan_group(struct ext4_allocation_context * ac,struct ext4_buddy * e4b) ext4_mb_complex_scan_group() argument
2604 ext4_mb_scan_aligned(struct ext4_allocation_context * ac,struct ext4_buddy * e4b) ext4_mb_scan_aligned() argument
2643 __ext4_mb_scan_group(struct ext4_allocation_context * ac) __ext4_mb_scan_group() argument
2672 ext4_mb_good_group(struct ext4_allocation_context * ac,ext4_group_t group,enum criteria cr) ext4_mb_good_group() argument
2741 ext4_mb_good_group_nolock(struct ext4_allocation_context * ac,ext4_group_t group,enum criteria cr) ext4_mb_good_group_nolock() argument
2862 ext4_mb_might_prefetch(struct ext4_allocation_context * ac,ext4_group_t group) ext4_mb_might_prefetch() argument
2920 ext4_mb_scan_group(struct ext4_allocation_context * ac,ext4_group_t group) ext4_mb_scan_group() argument
2965 ext4_mb_regular_allocator(struct ext4_allocation_context * ac) ext4_mb_regular_allocator() argument
4156 ext4_mb_mark_diskspace_used(struct ext4_allocation_context * ac,handle_t * handle,unsigned int reserv_clstrs) ext4_mb_mark_diskspace_used() argument
4281 ext4_mb_normalize_group_request(struct ext4_allocation_context * ac) ext4_mb_normalize_group_request() argument
4310 ext4_mb_pa_assert_overlap(struct ext4_allocation_context * ac,ext4_lblk_t start,loff_t end) ext4_mb_pa_assert_overlap() argument
4347 ext4_mb_pa_adjust_overlap(struct ext4_allocation_context * ac,ext4_lblk_t * start,loff_t * end) ext4_mb_pa_adjust_overlap() argument
4487 ext4_mb_normalize_request(struct ext4_allocation_context * ac,struct ext4_allocation_request * ar) ext4_mb_normalize_request() argument
4660 ext4_mb_collect_stats(struct ext4_allocation_context * ac) ext4_mb_collect_stats() argument
4699 ext4_discard_allocated_blocks(struct ext4_allocation_context * ac) ext4_discard_allocated_blocks() argument
4734 ext4_mb_use_inode_pa(struct ext4_allocation_context * ac,struct ext4_prealloc_space * pa) ext4_mb_use_inode_pa() argument
4765 ext4_mb_use_group_pa(struct ext4_allocation_context * ac,struct ext4_prealloc_space * pa) ext4_mb_use_group_pa() argument
4820 ext4_mb_pa_goal_check(struct ext4_allocation_context * ac,struct ext4_prealloc_space * pa) ext4_mb_pa_goal_check() argument
4851 ext4_mb_use_preallocated(struct ext4_allocation_context * ac) ext4_mb_use_preallocated() argument
5134 ext4_mb_put_pa(struct ext4_allocation_context * ac,struct super_block * sb,struct ext4_prealloc_space * pa) ext4_mb_put_pa() argument
5226 ext4_mb_new_inode_pa(struct ext4_allocation_context * ac) ext4_mb_new_inode_pa() argument
5326 ext4_mb_new_group_pa(struct ext4_allocation_context * ac) ext4_mb_new_group_pa() argument
5375 ext4_mb_new_preallocation(struct ext4_allocation_context * ac) ext4_mb_new_preallocation() argument
5690 ext4_mb_pa_alloc(struct ext4_allocation_context * ac) ext4_mb_pa_alloc() argument
5703 ext4_mb_pa_put_free(struct ext4_allocation_context * ac) ext4_mb_pa_put_free() argument
5754 ext4_mb_show_ac(struct ext4_allocation_context * ac) ext4_mb_show_ac() argument
5792 ext4_mb_show_ac(struct ext4_allocation_context * ac) ext4_mb_show_ac() argument
5805 ext4_mb_group_or_file(struct ext4_allocation_context * ac) ext4_mb_group_or_file() argument
5858 ext4_mb_initialize_context(struct ext4_allocation_context * ac,struct ext4_allocation_request * ar) ext4_mb_initialize_context() argument
5993 ext4_mb_add_n_trim(struct ext4_allocation_context * ac) ext4_mb_add_n_trim() argument
6041 ext4_mb_release_context(struct ext4_allocation_context * ac) ext4_mb_release_context() argument
6108 ext4_mb_discard_preallocations_should_retry(struct super_block * sb,struct ext4_allocation_context * ac,u64 * seq) ext4_mb_discard_preallocations_should_retry() argument
6207 struct ext4_allocation_context *ac = NULL; ext4_mb_new_blocks() local
[all...]
/linux/io_uring/
H A During_cmd.c19 struct io_async_cmd *ac = (struct io_async_cmd *)entry; in io_cmd_cache_free() local
28 struct io_async_cmd *ac = req->async_data; in io_req_uring_cleanup() local
188 struct io_async_cmd *ac; in io_uring_cmd_prep() local
212 struct io_async_cmd *ac = req->async_data; io_uring_cmd_sqe_copy() local
288 struct io_async_cmd *ac = req->async_data; io_uring_cmd_import_fixed_vec() local
[all...]
/linux/fs/xfs/
H A Dxfs_file.c366 struct xfs_zone_alloc_ctx *ac) in xfs_file_write_zero_eof() argument
438 struct xfs_zone_alloc_ctx *ac) in xfs_file_write_checks() argument
504 struct xfs_zone_alloc_ctx *ac) in xfs_zoned_write_space_reserve() argument
644 struct xfs_zone_alloc_ctx *ac = iter->private; in xfs_dio_zoned_submit_io() local
681 xfs_file_dio_write_aligned(struct xfs_inode * ip,struct kiocb * iocb,struct iov_iter * from,const struct iomap_ops * ops,const struct iomap_dio_ops * dops,struct xfs_zone_alloc_ctx * ac) xfs_file_dio_write_aligned() argument
718 struct xfs_zone_alloc_ctx ac = { }; xfs_file_dio_write_zoned() local
1033 struct xfs_zone_alloc_ctx ac = { }; xfs_file_buffered_write_zoned() local
1188 xfs_falloc_collapse_range(struct file * file,loff_t offset,loff_t len,struct xfs_zone_alloc_ctx * ac) xfs_falloc_collapse_range() argument
1261 xfs_falloc_zero_range(struct file * file,int mode,loff_t offset,loff_t len,struct xfs_zone_alloc_ctx * ac) xfs_falloc_zero_range() argument
1351 __xfs_file_fallocate(struct file * file,int mode,loff_t offset,loff_t len,struct xfs_zone_alloc_ctx * ac) __xfs_file_fallocate() argument
1415 struct xfs_zone_alloc_ctx ac = { }; xfs_file_zoned_fallocate() local
1781 __xfs_write_fault(struct vm_fault * vmf,unsigned int order,struct xfs_zone_alloc_ctx * ac) __xfs_write_fault() argument
1823 struct xfs_zone_alloc_ctx ac = { }; xfs_write_fault_zoned() local
[all...]
H A Dxfs_zone_space_resv.c224 struct xfs_zone_alloc_ctx *ac) in xfs_zoned_space_reserve() argument
250 struct xfs_zone_alloc_ctx *ac) in xfs_zoned_space_unreserve() argument
[all...]
/linux/lib/
H A Dbase64.c34 u32 ac = 0; in base64_encode() local
75 u32 ac = 0; in base64_decode() local
[all...]
/linux/net/mac80211/
H A Dsta_info.c134 int ac, i; in __cleanup_single_sta() local
363 int ac, tid; in sta_accumulate_removed_link_stats() local
1048 ieee80211_tids_for_ac(int ac) ieee80211_tids_for_ac() argument
1072 int ac; __sta_info_recalc_tim() local
1174 sta_info_cleanup_expire_buffered_ac(struct ieee80211_local * local,struct sta_info * sta,int ac) sta_info_cleanup_expire_buffered_ac() argument
1255 int ac; sta_info_cleanup_expire_buffered() local
1771 int filtered = 0, buffered = 0, ac, i; ieee80211_sta_ps_deliver_wakeup() local
1956 int ac; ieee80211_sta_ps_more_data() local
1987 int ac; ieee80211_sta_ps_get_frames() local
2061 int tid, ac; ieee80211_sta_ps_deliver_response() local
2359 u8 ac = ieee80211_ac_from_tid(tid); ieee80211_sta_register_airtime() local
2432 ieee80211_sta_update_pending_airtime(struct ieee80211_local * local,struct sta_info * sta,u8 ac,u16 tx_airtime,bool tx_completed) ieee80211_sta_update_pending_airtime() argument
2730 int i, ac, cpu, link_id = link->link_id; sta_set_link_sinfo() local
2965 int i, ac, cpu, link_id; sta_set_sinfo() local
[all...]
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c451 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_busy() local
459 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_submit() local
481 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); in artpec6_crypto_start_dma() local
1045 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); artpec6_crypto_common_init() local
1074 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); artpec6_crypto_common_destroy() local
1317 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); artpec6_crypto_prepare_hash() local
1672 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); artpec6_crypto_prepare_crypto() local
1840 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); artpec6_crypto_prepare_aead() local
2045 artpec6_crypto_process_queue(struct artpec6_crypto * ac,struct list_head * completions) artpec6_crypto_process_queue() argument
2075 struct artpec6_crypto *ac = timer_container_of(ac, t, timer); artpec6_crypto_timeout() local
2084 struct artpec6_crypto *ac = (struct artpec6_crypto *)data; artpec6_crypto_task() local
2264 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); artpec6_crypto_init_hash() local
2441 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); artpec6_crypto_hash_export() local
2469 struct artpec6_crypto *ac = dev_get_drvdata(artpec6_crypto_dev); artpec6_crypto_hash_import() local
2491 init_crypto_hw(struct artpec6_crypto * ac) init_crypto_hw() argument
2551 artpec6_crypto_disable_hw(struct artpec6_crypto * ac) artpec6_crypto_disable_hw() argument
2572 struct artpec6_crypto *ac = dev_id; artpec6_crypto_irq() local
2847 struct artpec6_crypto *ac; artpec6_crypto_probe() local
2956 struct artpec6_crypto *ac = platform_get_drvdata(pdev); artpec6_crypto_remove() local
[all...]
/linux/drivers/of/
H A Dcpu.c17 int ac, len; in of_get_cpu_hwid() local
56 int ac, prop_len, tid; in __of_find_n_match_cpu_property() local
[all...]
/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c194 int id, ret = -EBUSY, ac; in wl1271_tx_allocate() local
252 int ac, rate_idx; in wl1271_tx_fill_hdr() local
482 int i, q = -1, ac; in wlcore_select_ac() local
526 wlcore_lnk_dequeue_high_prio(struct wl1271 * wl,u8 hlid,u8 ac,u8 * low_prio_hlid) wlcore_lnk_dequeue_high_prio() argument
546 wlcore_vif_dequeue_high_prio(struct wl1271 * wl,struct wl12xx_vif * wlvif,u8 ac,u8 * hlid,u8 * low_prio_hlid) wlcore_vif_dequeue_high_prio() argument
584 int ac; wl1271_skb_dequeue() local
[all...]
/linux/kernel/
H A Dacct.c113 acct_t ac; member
460 acct_t *ac = &acct->ac; in fill_ac() local
548 acct_t *ac = &acct->ac; acct_write_process() local
[all...]
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c848 static int mana_send_request(struct mana_context *ac, void *in_buf, in mana_send_request() argument
1018 mana_query_device_cfg(struct mana_context * ac,u32 proto_major_ver,u32 proto_minor_ver,u32 proto_micro_ver,u16 * max_num_vports,u8 * bm_hostmode) mana_query_device_cfg() argument
1436 mana_destroy_eq(struct mana_context * ac) mana_destroy_eq() argument
1460 mana_create_eq_debugfs(struct mana_context * ac,int i) mana_create_eq_debugfs() argument
1472 mana_create_eq(struct mana_context * ac) mana_create_eq() argument
2148 struct mana_context *ac = apc->ac; mana_create_txq() local
2605 struct mana_context *ac = apc->ac; mana_add_rx_queues() local
3130 mana_probe_port(struct mana_context * ac,int port_idx,struct net_device ** ndev_storage) mana_probe_port() argument
3350 struct mana_context *ac = gd->driver_data; mana_probe() local
3451 struct mana_context *ac = gd->driver_data; mana_remove() local
3546 mana_get_primary_netdev(struct mana_context * ac,u32 port_index,netdevice_tracker * tracker) mana_get_primary_netdev() argument
[all...]
/linux/samples/bpf/
H A Dtracex1_user.c7 int main(int ac, char **argv) in main() argument

1234567