Home
last modified time | relevance | path

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

/Linux-v5.4/ipc/
Dsem.c258 static void unmerge_queues(struct sem_array *sma) in unmerge_queues() argument
263 if (sma->complex_count) in unmerge_queues()
270 list_for_each_entry_safe(q, tq, &sma->pending_alter, list) { in unmerge_queues()
272 curr = &sma->sems[q->sops[0].sem_num]; in unmerge_queues()
276 INIT_LIST_HEAD(&sma->pending_alter); in unmerge_queues()
288 static void merge_queues(struct sem_array *sma) in merge_queues() argument
291 for (i = 0; i < sma->sem_nsems; i++) { in merge_queues()
292 struct sem *sem = &sma->sems[i]; in merge_queues()
294 list_splice_init(&sem->pending_alter, &sma->pending_alter); in merge_queues()
301 struct sem_array *sma = container_of(p, struct sem_array, sem_perm); in sem_rcu_free() local
[all …]
/Linux-v5.4/include/linux/
Dsecurity.h425 int security_sem_alloc(struct kern_ipc_perm *sma);
426 void security_sem_free(struct kern_ipc_perm *sma);
427 int security_sem_associate(struct kern_ipc_perm *sma, int semflg);
428 int security_sem_semctl(struct kern_ipc_perm *sma, int cmd);
429 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops,
1186 static inline int security_sem_alloc(struct kern_ipc_perm *sma) in security_sem_alloc() argument
1191 static inline void security_sem_free(struct kern_ipc_perm *sma) in security_sem_free() argument
1194 static inline int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument
1199 static inline int security_sem_semctl(struct kern_ipc_perm *sma, int cmd) in security_sem_semctl() argument
1204 static inline int security_sem_semop(struct kern_ipc_perm *sma, in security_sem_semop() argument
/Linux-v5.4/security/
Dsecurity.c1835 int security_sem_alloc(struct kern_ipc_perm *sma) in security_sem_alloc() argument
1837 int rc = lsm_ipc_alloc(sma); in security_sem_alloc()
1841 rc = call_int_hook(sem_alloc_security, 0, sma); in security_sem_alloc()
1843 security_sem_free(sma); in security_sem_alloc()
1847 void security_sem_free(struct kern_ipc_perm *sma) in security_sem_free() argument
1849 call_void_hook(sem_free_security, sma); in security_sem_free()
1850 kfree(sma->security); in security_sem_free()
1851 sma->security = NULL; in security_sem_free()
1854 int security_sem_associate(struct kern_ipc_perm *sma, int semflg) in security_sem_associate() argument
1856 return call_int_hook(sem_associate, 0, sma, semflg); in security_sem_associate()
[all …]
/Linux-v5.4/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.4/security/selinux/
Dhooks.c6141 static int selinux_sem_alloc_security(struct kern_ipc_perm *sma) in selinux_sem_alloc_security() argument
6148 isec = selinux_ipc(sma); in selinux_sem_alloc_security()
6152 ad.u.ipc_id = sma->key; in selinux_sem_alloc_security()
6160 static int selinux_sem_associate(struct kern_ipc_perm *sma, int semflg) in selinux_sem_associate() argument
6166 isec = selinux_ipc(sma); in selinux_sem_associate()
6169 ad.u.ipc_id = sma->key; in selinux_sem_associate()
6177 static int selinux_sem_semctl(struct kern_ipc_perm *sma, int cmd) in selinux_sem_semctl() argument
6217 err = ipc_has_perm(sma, perms); in selinux_sem_semctl()
6221 static int selinux_sem_semop(struct kern_ipc_perm *sma, in selinux_sem_semop() argument
6231 return ipc_has_perm(sma, perms); in selinux_sem_semop()
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe.h966 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.4/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.h747 u8 sma; member
Dchip.c7171 if (was_up && ppd->local_link_down_reason.sma == 0 && in handle_link_down()
7172 ppd->neigh_link_down_reason.sma == 0) { in handle_link_down()
7173 ppd->local_link_down_reason.sma = in handle_link_down()
7175 ppd->neigh_link_down_reason.sma = in handle_link_down()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h204 __u8 sma[6]; member
236 __u8 sma[6]; member