/linux/drivers/gpu/drm/msm/dp/ |
A D | dp_catalog.c | 58 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_snapshot() 136 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_read_data() 144 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_data() 153 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_trans() 865 catalog = container_of(dp_catalog, in dp_catalog_audio_get_header() 887 catalog = container_of(dp_catalog, in dp_catalog_audio_set_header() 906 catalog = container_of(dp_catalog, in dp_catalog_audio_config_acr() 926 catalog = container_of(dp_catalog, in dp_catalog_audio_enable() 953 catalog = container_of(dp_catalog, in dp_catalog_audio_config_sdp() 1018 catalog = container_of(dp_catalog, in dp_catalog_audio_init() [all …]
|
/linux/drivers/phy/tegra/ |
A D | xusb.h | 64 return container_of(lane, struct tegra_xusb_usb3_lane, base); in to_usb3_lane() 77 return container_of(lane, struct tegra_xusb_usb2_lane, base); in to_usb2_lane() 87 return container_of(lane, struct tegra_xusb_ulpi_lane, base); in to_ulpi_lane() 106 return container_of(lane, struct tegra_xusb_hsic_lane, base); in to_hsic_lane() 116 return container_of(lane, struct tegra_xusb_pcie_lane, base); in to_pcie_lane() 181 return container_of(dev, struct tegra_xusb_pad, dev); in to_tegra_xusb_pad() 201 return container_of(pad, struct tegra_xusb_usb3_pad, base); in to_usb3_pad() 215 return container_of(pad, struct tegra_xusb_usb2_pad, base); in to_usb2_pad() 225 return container_of(pad, struct tegra_xusb_ulpi_pad, base); in to_ulpi_pad() 238 return container_of(pad, struct tegra_xusb_hsic_pad, base); in to_hsic_pad() [all …]
|
/linux/drivers/gpu/drm/ |
A D | drm_simple_kms_helper.c | 92 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_mode_valid() 121 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable() 134 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable() 152 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_reset() 163 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_duplicate_state() 174 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_destroy_state() 185 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable_vblank() 196 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable_vblank() 223 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_check() 250 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_update() [all …]
|
/linux/security/tomoyo/ |
A D | gc.c | 159 container_of(element, typeof(*acl), list); in tomoyo_del_acl() 166 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 173 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 181 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 189 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 199 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 209 container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 217 container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 226 container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 234 container_of(acl, typeof(*entry), head); in tomoyo_del_acl() [all …]
|
A D | group.c | 24 return container_of(a, struct tomoyo_path_group, head)->member_name == in tomoyo_same_path_group() 25 container_of(b, struct tomoyo_path_group, head)->member_name; in tomoyo_same_path_group() 39 return !memcmp(&container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group() 41 &container_of(b, struct tomoyo_number_group, head) in tomoyo_same_number_group() 43 sizeof(container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group() 58 const struct tomoyo_address_group *p1 = container_of(a, typeof(*p1), in tomoyo_same_address_group() 60 const struct tomoyo_address_group *p2 = container_of(b, typeof(*p2), in tomoyo_same_address_group()
|
A D | file.c | 255 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl), in tomoyo_check_path_acl() 279 container_of(ptr, typeof(*acl), head); in tomoyo_check_path_number_acl() 300 container_of(ptr, typeof(*acl), head); in tomoyo_check_path2_acl() 320 container_of(ptr, typeof(*acl), head); in tomoyo_check_mkdev_acl() 344 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path_acl() 345 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path_acl() 363 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() 438 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl, in tomoyo_merge_mkdev_acl() 441 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head) in tomoyo_merge_mkdev_acl() 518 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl() [all …]
|
/linux/drivers/misc/ |
A D | tifm_core.c | 43 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match() 44 struct tifm_driver *fm_drv = container_of(drv, struct tifm_driver, in tifm_bus_match() 60 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_uevent() 70 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe() 71 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_probe() 92 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_remove() 93 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_remove() 110 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend() 121 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume() 140 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in type_show() [all …]
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
A D | komeda_pipeline.h | 465 #define to_layer(c) container_of(c, struct komeda_layer, base) 466 #define to_compiz(c) container_of(c, struct komeda_compiz, base) 467 #define to_scaler(c) container_of(c, struct komeda_scaler, base) 468 #define to_splitter(c) container_of(c, struct komeda_splitter, base) 469 #define to_merger(c) container_of(c, struct komeda_merger, base) 470 #define to_improc(c) container_of(c, struct komeda_improc, base) 471 #define to_ctrlr(c) container_of(c, struct komeda_timing_ctrlr, base) 473 #define to_layer_st(c) container_of(c, struct komeda_layer_state, base) 474 #define to_compiz_st(c) container_of(c, struct komeda_compiz_state, base) 475 #define to_scaler_st(c) container_of(c, struct komeda_scaler_state, base) [all …]
|
A D | komeda_kms.h | 128 #define to_kplane(p) container_of(p, struct komeda_plane, base) 129 #define to_kplane_st(p) container_of(p, struct komeda_plane_state, base) 130 #define to_kconn(p) container_of(p, struct komeda_wb_connector, base) 131 #define to_kcrtc(p) container_of(p, struct komeda_crtc, base) 132 #define to_kcrtc_st(p) container_of(p, struct komeda_crtc_state, base) 133 #define to_kdev(p) container_of(p, struct komeda_kms_dev, base) 134 #define to_wb_conn(x) container_of(x, struct drm_writeback_connector, base)
|
/linux/drivers/net/wireless/realtek/rtw89/ |
A D | ser.c | 72 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_state_run() 83 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_state_goto() 112 struct rtw89_ser *ser = container_of(work, struct rtw89_ser, in rtw89_ser_hdl_work() 123 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_send_msg() 145 struct rtw89_ser *ser = container_of(work, struct rtw89_ser, in rtw89_ser_alarm_work() 154 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_set_alarm() 173 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in drv_stop_tx() 181 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in drv_stop_rx() 189 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in drv_trx_reset() 196 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in drv_resume_tx() [all …]
|
/linux/drivers/clk/ |
A D | clk-wm831x.c | 27 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_is_prepared() 36 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_recalc_rate() 68 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_is_prepared() 85 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_prepare() 103 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_unprepare() 116 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_recalc_rate() 153 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_set_rate() 178 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_get_parent() 233 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_clkout_is_prepared() 250 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_clkout_prepare() [all …]
|
/linux/drivers/md/persistent-data/ |
A D | dm-space-map-disk.c | 36 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_destroy() 43 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_extend() 50 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_blocks() 58 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_free() 67 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_count() 91 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_set_count() 105 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_inc_blocks() 118 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_dec_blocks() 131 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_new_block() 160 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_commit() [all …]
|
A D | dm-space-map-metadata.c | 275 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_destroy() 282 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_blocks() 291 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_free() 304 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_count() 344 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_count_is_more_than_one() 396 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_set_count() 414 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_inc_blocks() 433 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_dec_blocks() 450 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block_() 486 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block() [all …]
|
/linux/fs/cachefiles/ |
A D | interface.c | 34 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_object() 130 parent = container_of(_object->parent, in cachefiles_lookup_object() 132 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object() 166 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete() 186 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object() 216 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object() 276 cache = container_of(object->fscache.cache, in cachefiles_drop_object() 384 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_sync_cache() 415 cache = container_of(object->fscache.cache, in cachefiles_check_consistency() 446 cache = container_of(object->fscache.cache, in cachefiles_attr_changed() [all …]
|
/linux/drivers/infiniband/ulp/rtrs/ |
A D | rtrs-clt-sysfs.c | 23 sess = container_of(kobj, struct rtrs_clt_sess, kobj); in rtrs_clt_sess_release() 95 clt = container_of(dev, struct rtrs_clt, dev); in mpath_policy_show() 122 clt = container_of(dev, struct rtrs_clt, dev); in mpath_policy_store() 177 clt = container_of(dev, struct rtrs_clt, dev); in add_path_store() 202 sess = container_of(kobj, struct rtrs_clt_sess, kobj); in rtrs_clt_state_show() 225 sess = container_of(kobj, struct rtrs_clt_sess, kobj); in rtrs_clt_reconnect_store() 254 sess = container_of(kobj, struct rtrs_clt_sess, kobj); in rtrs_clt_disconnect_store() 282 sess = container_of(kobj, struct rtrs_clt_sess, kobj); in rtrs_clt_remove_path_store() 338 sess = container_of(kobj, typeof(*sess), kobj); in rtrs_clt_hca_port_show() 352 sess = container_of(kobj, struct rtrs_clt_sess, kobj); in rtrs_clt_hca_name_show() [all …]
|
/linux/drivers/target/ |
A D | target_core_fabric_configfs.c | 147 struct se_lun *lun = container_of(to_config_group(lun_ci), in target_fabric_mappedlun_unlink() 268 struct se_node_acl *se_nacl = container_of(group, in target_fabric_make_mappedlun() 376 struct se_portal_group *se_tpg = container_of(group, in target_fabric_make_nodeacl() 470 struct se_portal_group *se_tpg = container_of(group, in target_fabric_make_np() 514 return container_of(to_config_group(item), struct se_lun, in item_to_lun() 644 se_tpg = container_of(to_config_group(tpg_ci), in target_fabric_port_link() 696 struct se_lun *lun = container_of(to_config_group(item), in target_fabric_port_release() 744 struct se_portal_group *se_tpg = container_of(group, in target_fabric_make_lun() 780 struct se_lun *lun = container_of(to_config_group(item), in target_fabric_drop_lun() 958 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_release_wwn() [all …]
|
/linux/drivers/infiniband/core/ |
A D | restrack.c | 131 return container_of(res, struct ib_pd, res)->device; in res_to_dev() 133 return container_of(res, struct ib_cq, res)->device; in res_to_dev() 135 return container_of(res, struct ib_qp, res)->device; in res_to_dev() 137 return container_of(res, struct rdma_id_private, in res_to_dev() 140 return container_of(res, struct ib_mr, res)->device; in res_to_dev() 142 return container_of(res, struct ib_ucontext, res)->device; in res_to_dev() 144 return container_of(res, struct rdma_counter, res)->device; in res_to_dev() 146 return container_of(res, struct ib_srq, res)->device; in res_to_dev() 239 struct ib_qp *qp = container_of(res, struct ib_qp, res); in rdma_restrack_add() 254 counter = container_of(res, struct rdma_counter, res); in rdma_restrack_add() [all …]
|
/linux/drivers/scsi/qla2xxx/ |
A D | tcm_qla2xxx.c | 164 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_fabric_wwn() 173 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_tag() 180 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode() 188 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_cache() 196 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_write_protect() 204 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prod_write_protect() 354 struct fc_port *sess = container_of(kref, in tcm_qla2xxx_release_session() 387 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending() 432 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_get_cmd_state() 654 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_data_in() [all …]
|
/linux/drivers/scsi/elx/efct/ |
A D | efct_lio.c | 83 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_tpg_enable_show() 94 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_tpg_enable_store() 141 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_tpg_enable_show() 152 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_tpg_enable_store() 215 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_get_fabric_wwn() 223 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_get_npiv_fabric_wwn() 231 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_get_tag() 239 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_get_npiv_tag() 257 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_check_demo_write_protect() 266 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_check_demo_write_protect() [all …]
|
/linux/net/sunrpc/ |
A D | svcauth_unix.c | 107 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() 121 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match() 122 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match() 128 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init() 136 struct ip_map *new = container_of(cnew, struct ip_map, h); in update() 161 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request() 246 container_of(dom, struct unix_domain, h), in ip_map_parse() 270 im = container_of(h, struct ip_map, h); in ip_map_show() 301 return container_of(ch, struct ip_map, h); in __ip_map_lookup() 560 ug = container_of(h, struct unix_gid, h); in unix_gid_show() [all …]
|
/linux/drivers/md/bcache/ |
A D | request.c | 487 struct bbio *b = container_of(bio, struct bbio, bio); in bch_cache_read_endio() 489 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() 515 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 554 bio_key = &container_of(n, struct bbio, bio)->key; in cache_lookup_fn() 608 dc = container_of(s->d, struct cached_dev, disk); in cache_lookup() 643 struct cached_dev *dc = container_of(s->d, in backing_request_endio() 704 struct search *s = container_of(cl, struct search, cl); in search_free() 755 struct search *s = container_of(cl, struct search, cl); in cached_dev_bio_complete() 766 struct search *s = container_of(cl, struct search, cl); in cached_dev_read_error_done() 1088 struct cached_dev *dc = container_of(ddip->d, in detached_dev_end_io() [all …]
|
/linux/scripts/gdb/linux/ |
A D | device.py | 8 from linux.utils import container_of 37 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj') 38 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys') 44 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj') 45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys') 74 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_bus') 80 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_class') 86 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_parent')
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | clock.c | 189 clock = container_of(timer, struct mlx5_clock, timer); in mlx5_timestamp_overflow() 190 mdev = container_of(clock, struct mlx5_core_dev, clock); in mlx5_timestamp_overflow() 226 mdev = container_of(clock, struct mlx5_core_dev, clock); in mlx5_ptp_settime() 260 mdev = container_of(clock, struct mlx5_core_dev, clock); in mlx5_ptp_gettimex() 307 mdev = container_of(clock, struct mlx5_core_dev, clock); in mlx5_ptp_adjtime() 344 mdev = container_of(clock, struct mlx5_core_dev, clock); in mlx5_ptp_adjfreq() 373 container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_extts_configure() 375 container_of(clock, struct mlx5_core_dev, clock); in mlx5_extts_configure() 472 container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_perout_configure() 474 container_of(clock, struct mlx5_core_dev, clock); in mlx5_perout_configure() [all …]
|
/linux/kernel/bpf/ |
A D | arraymap.c | 530 array = container_of(map, struct bpf_array, map); in bpf_array_map_seq_start() 549 array = container_of(map, struct bpf_array, map); in bpf_array_map_seq_next() 661 array = container_of(map, struct bpf_array, map); in bpf_for_each_array_elem() 909 aux = container_of(map, struct bpf_array, map)->aux; in prog_array_map_poke_track() 941 aux = container_of(map, struct bpf_array, map)->aux; in prog_array_map_poke_untrack() 961 aux = container_of(map, struct bpf_array, map)->aux; in prog_array_map_poke_run() 1048 struct bpf_map *map = container_of(work, struct bpf_array_aux, in prog_array_map_clear_deferred() 1056 struct bpf_array_aux *aux = container_of(map, struct bpf_array, in prog_array_map_clear() 1082 container_of(map, struct bpf_array, map)->aux = aux; in prog_array_map_alloc() 1093 aux = container_of(map, struct bpf_array, map)->aux; in prog_array_map_free() [all …]
|
/linux/fs/nfs/ |
A D | dns_resolve.c | 78 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_update() 79 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update() 91 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_init() 92 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init() 109 item = container_of(head, struct nfs_dns_ent, rcu_head); in nfs_dns_ent_free_rcu() 118 item = container_of(ref, struct nfs_dns_ent, h.ref); in nfs_dns_ent_put() 169 a = container_of(ca, struct nfs_dns_ent, h); in nfs_dns_match() 170 b = container_of(cb, struct nfs_dns_ent, h); in nfs_dns_match() 187 item = container_of(h, struct nfs_dns_ent, h); in nfs_dns_show() 213 return container_of(ch, struct nfs_dns_ent, h); in nfs_dns_lookup() [all …]
|