Home
last modified time | relevance | path

Searched refs:sma (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/ipc/
Dsem.c281 static void unmerge_queues(struct sem_array *sma) in unmerge_queues() argument
286 if (sma->complex_count) in unmerge_queues()
293 list_for_each_entry_safe(q, tq, &sma->pending_alter, list) { in unmerge_queues()
295 curr = &sma->sems[q->sops[0].sem_num]; in unmerge_queues()
299 INIT_LIST_HEAD(&sma->pending_alter); in unmerge_queues()
311 static void merge_queues(struct sem_array *sma) in merge_queues() argument
314 for (i = 0; i < sma->sem_nsems; i++) { in merge_queues()
315 struct sem *sem = &sma->sems[i]; in merge_queues()
317 list_splice_init(&sem->pending_alter, &sma->pending_alter); in merge_queues()
324 struct sem_array *sma = container_of(p, struct sem_array, sem_perm); in sem_rcu_free() local
[all …]
/Linux-v5.10/security/
Dsecurity.c1934 int security_sem_alloc(struct kern_ipc_perm *sma) in security_sem_alloc() argument
1936 int rc = lsm_ipc_alloc(sma); in security_sem_alloc()
1940 rc = call_int_hook(sem_alloc_security, 0, sma); in security_sem_alloc()
1942 security_sem_free(sma); in security_sem_alloc()
1946 void security_sem_free(struct kern_ipc_perm *sma) in security_sem_free() argument
1948 call_void_hook(sem_free_security, sma); in security_sem_free()
1949 kfree(sma->security); in security_sem_free()
1950 sma->security = NULL; in security_sem_free()
1953 int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument
1955 return call_int_hook(sem_associate, 0, sma, semflg); in security_sem_associate()
[all …]
/Linux-v5.10/include/linux/
Dsecurity.h438 int security_sem_alloc(struct kern_ipc_perm *sma);
439 void security_sem_free(struct kern_ipc_perm *sma);
440 int security_sem_associate(struct kern_ipc_perm *sma, int semflg);
441 int security_sem_semctl(struct kern_ipc_perm *sma, int cmd);
442 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops,
1220 static inline int security_sem_alloc(struct kern_ipc_perm *sma) in security_sem_alloc() argument
1225 static inline void security_sem_free(struct kern_ipc_perm *sma) in security_sem_free() argument
1228 static inline int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument
1233 static inline int security_sem_semctl(struct kern_ipc_perm *sma, int cmd) in security_sem_semctl() argument
1238 static inline int security_sem_semop(struct kern_ipc_perm *sma, in security_sem_semop() argument
/Linux-v5.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c379 hw_feat->sma = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
527 pdata->hw_feat.sma ? "YES" : "NO"); in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h501 unsigned int sma; /* SMA(MDIO) Interface */ member
/Linux-v5.10/security/selinux/
Dhooks.c6160 static int selinux_sem_alloc_security(struct kern_ipc_perm *sma) in selinux_sem_alloc_security() argument
6167 isec = selinux_ipc(sma); in selinux_sem_alloc_security()
6171 ad.u.ipc_id = sma->key; in selinux_sem_alloc_security()
6179 static int selinux_sem_associate(struct kern_ipc_perm *sma, int semflg) in selinux_sem_associate() argument
6185 isec = selinux_ipc(sma); in selinux_sem_associate()
6188 ad.u.ipc_id = sma->key; in selinux_sem_associate()
6196 static int selinux_sem_semctl(struct kern_ipc_perm *sma, int cmd) in selinux_sem_semctl() argument
6236 err = ipc_has_perm(sma, perms); in selinux_sem_semctl()
6240 static int selinux_sem_semop(struct kern_ipc_perm *sma, in selinux_sem_semop() argument
6250 return ipc_has_perm(sma, perms); in selinux_sem_semop()
/Linux-v5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe.h965 unsigned int sma; /* SMA(MDIO) Interface */ member
Dxgbe-drv.c744 hw_feat->sma = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, SMASEL); in xgbe_get_all_hw_features()
837 hw_feat->sma ? "yes" : "no"); in xgbe_get_all_hw_features()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dmad.c951 pi->link_down_reason = ppd->local_link_down_reason.sma; in __subn_get_opa_portinfo()
952 pi->neigh_link_down_reason = ppd->neigh_link_down_reason.sma; in __subn_get_opa_portinfo()
1472 ppd->local_link_down_reason.sma = 0; in __subn_set_opa_portinfo()
1477 ppd->neigh_link_down_reason.sma = 0; in __subn_set_opa_portinfo()
Dhfi.h756 u8 sma; member
Dchip.c7200 if (was_up && ppd->local_link_down_reason.sma == 0 && in handle_link_down()
7201 ppd->neigh_link_down_reason.sma == 0) { in handle_link_down()
7202 ppd->local_link_down_reason.sma = in handle_link_down()
7204 ppd->neigh_link_down_reason.sma = in handle_link_down()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h205 __u8 sma[6]; member
237 __u8 sma[6]; member